Html Css Color HEX #D0E49D Reef

📋 copy color: '#D0E49D'

red 208 ◦ green 228 ◦ blue 157

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

Shades of Reef #D0E49D

Tints of Reef #D0E49D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.45%

 BLUE value IS 157 (61.72% from 255) = 26.48%

R = 35.08%
G = 38.45%
B = 26.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#D0E49D (or 0xD0E49D) is known color: Reef. HEX triplet: D0, E4 and 9D. RGB value is (208,228,157). Sum of RGB (Red+Green+Blue) = 208+228+157=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E49D is #2F1B62. Grayscale: #D6D6D6. Windows color (decimal): -3087203 or 10347728. OLE color: 10347728.

HSL color Cylindrical-coordinate representation of color #D0E49D: hue angle of 76.9º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0E49D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 228 157 -
CMYK 0.09 0 0.31 0.11
HSL 76.9º 0.57% 0.75% -
HSV(B) 76.9º 0.31% 0.89% -
XYZ 59.84 71.33 42.51 -
YUV 213.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 208 228 157 0.09 0 0.31 0.11 76.9 0.57 0.75
Hex D0 E4 9D 9 0 1F B 4D 39 4B
Octal 320 344 235 11 0 37 13 115 71 113
Binary 11010000 11100100 10011101 1001 0 11111 1011 1001101 111001 1001011

Color Harmonies of #D0E49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E49D

Black with #D0E49D

Text Example


Text Example

White with #D0E49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E49D; }

 p { color: rgb(208,228,157); }

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

background-color css

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

 a { background-color: rgb(208,228,157); }

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

border-color css

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

 span { border-color: rgb(208,228,157); }

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