Html Css Color HEX #DEEDA4 Reef

📋 copy color: '#DEEDA4'

red 222 ◦ green 237 ◦ blue 164

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

Shades of Reef #DEEDA4

Tints of Reef #DEEDA4

RGB

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

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

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

R = 35.63%
G = 38.04%
B = 26.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#DEEDA4 (or 0xDEEDA4) is known color: Reef. HEX triplet: DE, ED and A4. RGB value is (222,237,164). Sum of RGB (Red+Green+Blue) = 222+237+164=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEDA4 is #21125B. Grayscale: #E0E0E0. Windows color (decimal): -2167388 or 10808798. OLE color: 10808798.

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

Color convert

RGB 222 237 164 -
CMYK 0.06 0 0.31 0.07
HSL 72.33º 0.67% 0.79% -
HSV(B) 72.33º 0.31% 0.93% -
XYZ 67.11 78.78 46.79 -
YUV 224.19 94.03 126.44 -
System Red Green Blue C M Y K H S L
Decimal 222 237 164 0.06 0 0.31 0.07 72.33 0.67 0.79
Hex DE ED A4 6 0 1F 7 48 43 4F
Octal 336 355 244 6 0 37 7 110 103 117
Binary 11011110 11101101 10100100 110 0 11111 111 1001000 1000011 1001111

Color Harmonies of #DEEDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEDA4

Black with #DEEDA4

Text Example


Text Example

White with #DEEDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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