Html Css Color HEX #D0DFA9 Reef

📋 copy color: '#D0DFA9'

red 208 ◦ green 223 ◦ blue 169

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

Shades of Reef #D0DFA9

Tints of Reef #D0DFA9

RGB

 RED value IS 208 (81.64% from 255) = 34.67%

 GREEN value IS 223 (87.5% from 255) = 37.17%

 BLUE value IS 169 (66.41% from 255) = 28.17%

R = 34.67%
G = 37.17%
B = 28.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#D0DFA9 (or 0xD0DFA9) is known color: Reef. HEX triplet: D0, DF and A9. RGB value is (208,223,169). Sum of RGB (Red+Green+Blue) = 208+223+169=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 169 (66.41% from 255 or 28.17% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DFA9 is #2F2056. Grayscale: #D4D4D4. Windows color (decimal): -3088471 or 11132880. OLE color: 11132880.

HSL color Cylindrical-coordinate representation of color #D0DFA9: hue angle of 76.67º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0DFA9 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 223 169 -
CMYK 0.07 0 0.24 0.13
HSL 76.67º 0.46% 0.77% -
HSV(B) 76.67º 0.24% 0.87% -
XYZ 59.56 69.05 47.72 -
YUV 212.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 208 223 169 0.07 0 0.24 0.13 76.67 0.46 0.77
Hex D0 DF A9 7 0 18 D 4D 2E 4D
Octal 320 337 251 7 0 30 15 115 56 115
Binary 11010000 11011111 10101001 111 0 11000 1101 1001101 101110 1001101

Color Harmonies of #D0DFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DFA9

Black with #D0DFA9

Text Example


Text Example

White with #D0DFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DFA9; }

 p { color: rgb(208,223,169); }

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

background-color css

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

 a { background-color: rgb(208,223,169); }

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

border-color css

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

 span { border-color: rgb(208,223,169); }

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