#DEFDAF

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

Shades of Reef #DEFDAF

Tints of Reef #DEFDAF

Color information

#DEFDAF (or 0xDEFDAF) is unknown color: approx Reef. HEX triplet: DE, FD and AF. RGB value is (222,253,175). Sum of RGB (Red+Green+Blue) = 222+253+175=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFDAF is #210250. Grayscale: #EBEBEB. Windows color (decimal): -2163281 or 11533790. OLE color: 11533790.

HSL color Cylindrical-coordinate representation of color #DEFDAF: hue angle of 83.85º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEFDAF is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB222253175-
CMYK0.1200.310.01
HSL83.85º95.12%83.92%-
HSV(B)83.85º30.83%99.22%-
XYZ72.9988.8853.87-
YUV234.8494.23118.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 253 (99.22% from 255) = 38.92%
BLUE value IS 175 (68.75% from 255) = 26.92%
R=34.15%
G=38.92%
B=26.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222531750.1200.310.0183.8595.1283.92
HexDEFDAFC01F1545f54
Octal336375257140371124137124
Binary11011110111111011010111111000111111101010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDAF; }

 p { color: rgb(222,253,175); }

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

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

 a { background-color: rgb(222,253,175); }

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

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

 span { border-color: rgb(222,253,175); }

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