Html Css Color HEX #D0E99F Reef

📋 copy color: '#D0E99F'

red 208 ◦ green 233 ◦ blue 159

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

Shades of Reef #D0E99F

Tints of Reef #D0E99F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.5%

R = 34.67%
G = 38.83%
B = 26.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#D0E99F (or 0xD0E99F) is known color: Reef. HEX triplet: D0, E9 and 9F. RGB value is (208,233,159). Sum of RGB (Red+Green+Blue) = 208+233+159=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E99F is #2F1660. Grayscale: #D9D9D9. Windows color (decimal): -3085921 or 10480080. OLE color: 10480080.

HSL color Cylindrical-coordinate representation of color #D0E99F: hue angle of 80.27º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0E99F is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 233 159 -
CMYK 0.11 0 0.32 0.09
HSL 80.27º 0.63% 0.77% -
HSV(B) 80.27º 0.32% 0.91% -
XYZ 61.41 74.19 43.88 -
YUV 217.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 208 233 159 0.11 0 0.32 0.09 80.27 0.63 0.77
Hex D0 E9 9F B 0 20 9 50 3F 4D
Octal 320 351 237 13 0 40 11 120 77 115
Binary 11010000 11101001 10011111 1011 0 100000 1001 1010000 111111 1001101

Color Harmonies of #D0E99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E99F

Black with #D0E99F

Text Example


Text Example

White with #D0E99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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