Html Css Color HEX #D0EAA5 Reef

📋 copy color: '#D0EAA5'

red 208 ◦ green 234 ◦ blue 165

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

Shades of Reef #D0EAA5

Tints of Reef #D0EAA5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.55%

 BLUE value IS 165 (64.84% from 255) = 27.18%

R = 34.27%
G = 38.55%
B = 27.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#D0EAA5 (or 0xD0EAA5) is known color: Reef. HEX triplet: D0, EA and A5. RGB value is (208,234,165). Sum of RGB (Red+Green+Blue) = 208+234+165=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EAA5 is #2F155A. Grayscale: #DADADA. Windows color (decimal): -3085659 or 10873552. OLE color: 10873552.

HSL color Cylindrical-coordinate representation of color #D0EAA5: hue angle of 82.61º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0EAA5 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 234 165 -
CMYK 0.11 0 0.29 0.08
HSL 82.61º 0.62% 0.78% -
HSV(B) 82.61º 0.29% 0.92% -
XYZ 62.23 74.97 46.79 -
YUV 218.36 97.89 120.61 -
System Red Green Blue C M Y K H S L
Decimal 208 234 165 0.11 0 0.29 0.08 82.61 0.62 0.78
Hex D0 EA A5 B 0 1D 8 53 3E 4E
Octal 320 352 245 13 0 35 10 123 76 116
Binary 11010000 11101010 10100101 1011 0 11101 1000 1010011 111110 1001110

Color Harmonies of #D0EAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EAA5

Black with #D0EAA5

Text Example


Text Example

White with #D0EAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EAA5; }

 p { color: rgb(208,234,165); }

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

background-color css

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

 a { background-color: rgb(208,234,165); }

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

border-color css

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

 span { border-color: rgb(208,234,165); }

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