#DEEFAA

Color #DEEFAA Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DEEFAA

Tints of Reef #DEEFAA

Color information

#DEEFAA (or 0xDEEFAA) is unknown color: approx Reef. HEX triplet: DE, EF and AA. RGB value is (222,239,170). Sum of RGB (Red+Green+Blue) = 222+239+170=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEFAA is #211055. Grayscale: #E2E2E2. Windows color (decimal): -2166870 or 11202526. OLE color: 11202526.

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

Color convert

RGB222239170-
CMYK0.0700.290.06
HSL74.78º68.32%80.2%-
HSV(B)74.78º28.87%93.73%-
XYZ68.2580.1649.91-
YUV226.0596.37125.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.18%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 170 (66.80% from 255) = 26.94%
R=35.18%
G=37.88%
B=26.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222391700.0700.290.0674.7868.3280.2
HexDEEFAA701D64b4450
Octal33635725270356113104120
Binary110111101110111110101010111011101110100101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFAA; }

 p { color: rgb(222,239,170); }

 H1.HeaderClassName
 {
   color: #DEEFAA;
 }
 .AnyTagClassName
 {
   color: #DEEFAA;
 }
</style>
background-color css

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

 a { background-color: rgb(222,239,170); }

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

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

 span { border-color: rgb(222,239,170); }

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