#DAFEAF

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

Shades of Reef #DAFEAF

Tints of Reef #DAFEAF

Color information

#DAFEAF (or 0xDAFEAF) is unknown color: approx Reef. HEX triplet: DA, FE and AF. RGB value is (218,254,175). Sum of RGB (Red+Green+Blue) = 218+254+175=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFEAF is #250150. Grayscale: #EAEAEA. Windows color (decimal): -2425169 or 11534042. OLE color: 11534042.

HSL color Cylindrical-coordinate representation of color #DAFEAF: hue angle of 87.34º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAFEAF is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB218254175-
CMYK0.1400.310.00
HSL87.34º97.53%84.12%-
HSV(B)87.34º31.1%99.61%-
XYZ72.0988.8853.91-
YUV234.2394.57116.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 254 (99.61% from 255) = 39.26%
BLUE value IS 175 (68.75% from 255) = 27.05%
R=33.69%
G=39.26%
B=27.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541750.1400.310.0087.3497.5384.12
HexDAFEAFE01F0576254
Octal332376257160370127142124
Binary11011010111111101010111111100111110101011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEAF; }

 p { color: rgb(218,254,175); }

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

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

 a { background-color: rgb(218,254,175); }

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

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

 span { border-color: rgb(218,254,175); }

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