#DAFCAF

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

Shades of Reef #DAFCAF

Tints of Reef #DAFCAF

Color information

#DAFCAF (or 0xDAFCAF) is unknown color: approx Reef. HEX triplet: DA, FC and AF. RGB value is (218,252,175). Sum of RGB (Red+Green+Blue) = 218+252+175=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFCAF is #250350. Grayscale: #E9E9E9. Windows color (decimal): -2425681 or 11533530. OLE color: 11533530.

HSL color Cylindrical-coordinate representation of color #DAFCAF: hue angle of 86.49º degrees, saturation: 0.93, 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 #DAFCAF is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB218252175-
CMYK0.1300.310.01
HSL86.49º92.77%83.73%-
HSV(B)86.49º30.56%98.82%-
XYZ71.4687.6253.7-
YUV233.0695.24117.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 252 (98.83% from 255) = 39.07%
BLUE value IS 175 (68.75% from 255) = 27.13%
R=33.80%
G=39.07%
B=27.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521750.1300.310.0186.4992.7783.73
HexDAFCAFD01F1565d54
Octal332374257150371126135124
Binary11011010111111001010111111010111111101011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCAF; }

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

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

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

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

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

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

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

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