Html Css Color HEX #DEEDA0 Reef

📋 copy color: '#DEEDA0'

red 222 ◦ green 237 ◦ blue 160

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

Shades of Reef #DEEDA0

Tints of Reef #DEEDA0

RGB

 RED value IS 222 (87.11% from 255) = 35.86%

 GREEN value IS 237 (92.97% from 255) = 38.29%

 BLUE value IS 160 (62.89% from 255) = 25.85%

R = 35.86%
G = 38.29%
B = 25.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#DEEDA0 (or 0xDEEDA0) is known color: Reef. HEX triplet: DE, ED and A0. RGB value is (222,237,160). Sum of RGB (Red+Green+Blue) = 222+237+160=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEDA0 is #21125F. Grayscale: #E0E0E0. Windows color (decimal): -2167392 or 10546654. OLE color: 10546654.

HSL color Cylindrical-coordinate representation of color #DEEDA0: hue angle of 71.69º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEEDA0 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 237 160 -
CMYK 0.06 0 0.32 0.07
HSL 71.69º 0.68% 0.78% -
HSV(B) 71.69º 0.32% 0.93% -
XYZ 66.75 78.64 44.92 -
YUV 223.74 92.03 126.76 -
System Red Green Blue C M Y K H S L
Decimal 222 237 160 0.06 0 0.32 0.07 71.69 0.68 0.78
Hex DE ED A0 6 0 20 7 48 44 4E
Octal 336 355 240 6 0 40 7 110 104 116
Binary 11011110 11101101 10100000 110 0 100000 111 1001000 1000100 1001110

Color Harmonies of #DEEDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEDA0

Black with #DEEDA0

Text Example


Text Example

White with #DEEDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEDA0; }

 p { color: rgb(222,237,160); }

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

background-color css

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

 a { background-color: rgb(222,237,160); }

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

border-color css

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

 span { border-color: rgb(222,237,160); }

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