Html Css Color HEX #D299AB Kobi

📋 copy color: '#D299AB'

red 210 ◦ green 153 ◦ blue 171

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

Shades of Kobi #D299AB

Tints of Kobi #D299AB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.65%

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

R = 39.33%
G = 28.65%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D299AB (or 0xD299AB) is known color: Kobi. HEX triplet: D2, 99 and AB. RGB value is (210,153,171). Sum of RGB (Red+Green+Blue) = 210+153+171=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D299AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D299AB is #2D6654. Grayscale: #ACACAC. Windows color (decimal): -2975317 or 11246034. OLE color: 11246034.

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

Color convert

RGB 210 153 171 -
CMYK 0 0.27 0.19 0.18
HSL 341.05º 0.39% 0.71% -
HSV(B) 341.05º 0.27% 0.82% -
XYZ 45.32 39.42 43.75 -
YUV 172.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 210 153 171 0 0.27 0.19 0.18 341.05 0.39 0.71
Hex D2 99 AB 0 1B 13 12 155 27 47
Octal 322 231 253 0 33 23 22 525 47 107
Binary 11010010 10011001 10101011 0 11011 10011 10010 101010101 100111 1000111

Color Harmonies of #D299AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299AB

Black with #D299AB

Text Example


Text Example

White with #D299AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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