Html Css Color HEX #D299AD Kobi

📋 copy color: '#D299AD'

red 210 ◦ green 153 ◦ blue 173

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

Shades of Kobi #D299AD

Tints of Kobi #D299AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.28%

R = 39.18%
G = 28.54%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D299AD (or 0xD299AD) is known color: Kobi. HEX triplet: D2, 99 and AD. RGB value is (210,153,173). Sum of RGB (Red+Green+Blue) = 210+153+173=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D299AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D299AD is #2D6652. Grayscale: #ACACAC. Windows color (decimal): -2975315 or 11377106. OLE color: 11377106.

HSL color Cylindrical-coordinate representation of color #D299AD: hue angle of 338.95º 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 #D299AD is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 173 -
CMYK 0 0.27 0.18 0.18
HSL 338.95º 0.39% 0.71% -
HSV(B) 338.95º 0.27% 0.82% -
XYZ 45.51 39.5 44.76 -
YUV 172.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 210 153 173 0 0.27 0.18 0.18 338.95 0.39 0.71
Hex D2 99 AD 0 1B 12 12 153 27 47
Octal 322 231 255 0 33 22 22 523 47 107
Binary 11010010 10011001 10101101 0 11011 10010 10010 101010011 100111 1000111

Color Harmonies of #D299AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299AD

Black with #D299AD

Text Example


Text Example

White with #D299AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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