#DAFDAF

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

Shades of Reef #DAFDAF

Tints of Reef #DAFDAF

Color information

#DAFDAF (or 0xDAFDAF) is unknown color: approx Reef. HEX triplet: DA, FD and AF. RGB value is (218,253,175). Sum of RGB (Red+Green+Blue) = 218+253+175=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDAF is #250250. Grayscale: #E9E9E9. Windows color (decimal): -2425425 or 11533786. OLE color: 11533786.

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

Color convert

RGB218253175-
CMYK0.1400.310.01
HSL86.92º95.12%83.92%-
HSV(B)86.92º30.83%99.22%-
XYZ71.7888.2553.81-
YUV233.6494.9116.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 175 (68.75% from 255) = 27.09%
R=33.75%
G=39.16%
B=27.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531750.1400.310.0186.9295.1283.92
HexDAFDAFE01F1575f54
Octal332375257160371127137124
Binary11011010111111011010111111100111111101011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDAF; }

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

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

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

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

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

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

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

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