Html Css Color HEX #D38EAB Kobi

📋 copy color: '#D38EAB'

red 211 ◦ green 142 ◦ blue 171

#D38EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D38EAB

Tints of Kobi #D38EAB

RGB

 RED value IS 211 (82.81% from 255) = 40.27%

 GREEN value IS 142 (55.86% from 255) = 27.1%

 BLUE value IS 171 (67.19% from 255) = 32.63%

R = 40.27%
G = 27.1%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D38EAB (or 0xD38EAB) is known color: Kobi. HEX triplet: D3, 8E and AB. RGB value is (211,142,171). Sum of RGB (Red+Green+Blue) = 211+142+171=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D38EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38EAB is #2C7154. Grayscale: #A5A5A5. Windows color (decimal): -2912597 or 11243219. OLE color: 11243219.

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

Color convert

RGB 211 142 171 -
CMYK 0 0.33 0.19 0.17
HSL 334.78º 0.44% 0.69% -
HSV(B) 334.78º 0.33% 0.83% -
XYZ 43.89 36.14 43.19 -
YUV 165.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 211 142 171 0 0.33 0.19 0.17 334.78 0.44 0.69
Hex D3 8E AB 0 21 13 11 14F 2C 45
Octal 323 216 253 0 41 23 21 517 54 105
Binary 11010011 10001110 10101011 0 100001 10011 10001 101001111 101100 1000101

Color Harmonies of #D38EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EAB

Black with #D38EAB

Text Example


Text Example

White with #D38EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EAB; }

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

 H1.HeaderClassName
 {
   color: #D38EAB;
 }
 .AnyTagClassName
 {
   color: #D38EAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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