#D38AAB

Color #D38AAB Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D38AAB

Tints of Kobi #D38AAB

Color information

#D38AAB (or 0xD38AAB) is unknown color: approx Kobi. HEX triplet: D3, 8A and AB. RGB value is (211,138,171). Sum of RGB (Red+Green+Blue) = 211+138+171=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D38AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38AAB is #2C7554. Grayscale: #A3A3A3. Windows color (decimal): -2913621 or 11242195. OLE color: 11242195.

HSL color Cylindrical-coordinate representation of color #D38AAB: hue angle of 332.88º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38AAB is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB211138171-
CMYK00.350.190.17
HSL332.88º45.34%68.43%-
HSV(B)332.88º34.6%82.75%-
XYZ43.334.9742.99-
YUV163.59132.18161.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 40.58%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=40.58%
G=26.54%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113817100.350.190.17332.8845.3468.43
HexD38AAB023131114d2d44
Octal323212253043232151555104
Binary110100111000101010101011010001110011100011010011011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38AAB; }

 p { color: rgb(211,138,171); }

 H1.HeaderClassName
 {
   color: #D38AAB;
 }
 .AnyTagClassName
 {
   color: #D38AAB;
 }
</style>
background-color css

<style>
 a { background-color: #D38AAB; }

 a { background-color: rgb(211,138,171); }

 div.DivClassName
 {
   background-color: #D38AAB;
 }
 .BgClassName
 {
   background-color: #D38AAB;
 }
</style>
border-color css

<style>
 span { border-color: #D38AAB; }

 span { border-color: rgb(211,138,171); }

 td.TdClassName
 {
   border-color: #D38AAB;
 }
 .TagClassName
 {
   border-color: #D38AAB;
 }
</style>