Html Css Color HEX #D0EEA9 Reef

📋 copy color: '#D0EEA9'

red 208 ◦ green 238 ◦ blue 169

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

Shades of Reef #D0EEA9

Tints of Reef #D0EEA9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.7%

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

R = 33.82%
G = 38.7%
B = 27.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#D0EEA9 (or 0xD0EEA9) is known color: Reef. HEX triplet: D0, EE and A9. RGB value is (208,238,169). Sum of RGB (Red+Green+Blue) = 208+238+169=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 169 (66.41% from 255 or 27.48% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEA9 is #2F1156. Grayscale: #DDDDDD. Windows color (decimal): -3084631 or 11136720. OLE color: 11136720.

HSL color Cylindrical-coordinate representation of color #D0EEA9: hue angle of 86.09º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0EEA9 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 238 169 -
CMYK 0.13 0 0.29 0.07
HSL 86.09º 0.67% 0.8% -
HSV(B) 86.09º 0.29% 0.93% -
XYZ 63.75 77.42 49.12 -
YUV 221.16 98.56 118.61 -
System Red Green Blue C M Y K H S L
Decimal 208 238 169 0.13 0 0.29 0.07 86.09 0.67 0.8
Hex D0 EE A9 D 0 1D 7 56 43 50
Octal 320 356 251 15 0 35 7 126 103 120
Binary 11010000 11101110 10101001 1101 0 11101 111 1010110 1000011 1010000

Color Harmonies of #D0EEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEA9

Black with #D0EEA9

Text Example


Text Example

White with #D0EEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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