Html Css Color HEX #D29DAB Kobi

📋 copy color: '#D29DAB'

red 210 ◦ green 157 ◦ blue 171

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

Shades of Kobi #D29DAB

Tints of Kobi #D29DAB

RGB

 RED value IS 210 (82.42% from 255) = 39.03%

 GREEN value IS 157 (61.72% from 255) = 29.18%

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

R = 39.03%
G = 29.18%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D29DAB (or 0xD29DAB) is known color: Kobi. HEX triplet: D2, 9D and AB. RGB value is (210,157,171). Sum of RGB (Red+Green+Blue) = 210+157+171=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29DAB is #2D6254. Grayscale: #AEAEAE. Windows color (decimal): -2974293 or 11247058. OLE color: 11247058.

HSL color Cylindrical-coordinate representation of color #D29DAB: hue angle of 344.15º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29DAB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 157 171 -
CMYK 0 0.25 0.19 0.18
HSL 344.15º 0.37% 0.72% -
HSV(B) 344.15º 0.25% 0.82% -
XYZ 45.99 40.76 43.97 -
YUV 174.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 210 157 171 0 0.25 0.19 0.18 344.15 0.37 0.72
Hex D2 9D AB 0 19 13 12 158 25 48
Octal 322 235 253 0 31 23 22 530 45 110
Binary 11010010 10011101 10101011 0 11001 10011 10010 101011000 100101 1001000

Color Harmonies of #D29DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DAB

Black with #D29DAB

Text Example


Text Example

White with #D29DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DAB; }

 p { color: rgb(210,157,171); }

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

background-color css

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

 a { background-color: rgb(210,157,171); }

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

border-color css

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

 span { border-color: rgb(210,157,171); }

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