Html Css Color HEX #D0E9A4 Reef

📋 copy color: '#D0E9A4'

red 208 ◦ green 233 ◦ blue 164

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

Shades of Reef #D0E9A4

Tints of Reef #D0E9A4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.51%

 BLUE value IS 164 (64.45% from 255) = 27.11%

R = 34.38%
G = 38.51%
B = 27.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#D0E9A4 (or 0xD0E9A4) is known color: Reef. HEX triplet: D0, E9 and A4. RGB value is (208,233,164). Sum of RGB (Red+Green+Blue) = 208+233+164=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E9A4 is #2F165B. Grayscale: #D9D9D9. Windows color (decimal): -3085916 or 10807760. OLE color: 10807760.

HSL color Cylindrical-coordinate representation of color #D0E9A4: hue angle of 81.74º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0E9A4 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 233 164 -
CMYK 0.11 0 0.30 0.09
HSL 81.74º 0.61% 0.78% -
HSV(B) 81.74º 0.3% 0.91% -
XYZ 61.85 74.37 46.22 -
YUV 217.66 97.72 121.11 -
System Red Green Blue C M Y K H S L
Decimal 208 233 164 0.11 0 0.30 0.09 81.74 0.61 0.78
Hex D0 E9 A4 B 0 1E 9 52 3D 4E
Octal 320 351 244 13 0 36 11 122 75 116
Binary 11010000 11101001 10100100 1011 0 11110 1001 1010010 111101 1001110

Color Harmonies of #D0E9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E9A4

Black with #D0E9A4

Text Example


Text Example

White with #D0E9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E9A4; }

 p { color: rgb(208,233,164); }

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

background-color css

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

 a { background-color: rgb(208,233,164); }

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

border-color css

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

 span { border-color: rgb(208,233,164); }

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