#DEFAAA

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

Shades of Reef #DEFAAA

Tints of Reef #DEFAAA

Color information

#DEFAAA (or 0xDEFAAA) is unknown color: approx Reef. HEX triplet: DE, FA and AA. RGB value is (222,250,170). Sum of RGB (Red+Green+Blue) = 222+250+170=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAAA is #210555. Grayscale: #E8E8E8. Windows color (decimal): -2164054 or 11205342. OLE color: 11205342.

HSL color Cylindrical-coordinate representation of color #DEFAAA: hue angle of 81º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEFAAA is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB222250170-
CMYK0.1100.320.02
HSL81º88.89%82.35%-
HSV(B)81º32%98.04%-
XYZ71.5786.851.01-
YUV232.5192.72120.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 170 (66.80% from 255) = 26.48%
R=34.58%
G=38.94%
B=26.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501700.1100.320.028188.8982.35
HexDEFAAAB0202515952
Octal336372252130402121131122
Binary1101111011111010101010101011010000010101000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAAA; }

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

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

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

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

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

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

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

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