#DAFDAE

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

Shades of Reef #DAFDAE

Tints of Reef #DAFDAE

Color information

#DAFDAE (or 0xDAFDAE) is unknown color: approx Reef. HEX triplet: DA, FD and AE. RGB value is (218,253,174). Sum of RGB (Red+Green+Blue) = 218+253+174=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDAE is #250251. Grayscale: #E9E9E9. Windows color (decimal): -2425426 or 11468250. OLE color: 11468250.

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

Color convert

RGB218253174-
CMYK0.1400.310.01
HSL86.58º95.18%83.73%-
HSV(B)86.58º31.23%99.22%-
XYZ71.6888.2153.29-
YUV233.5394.4116.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 174 (68.36% from 255) = 26.98%
R=33.80%
G=39.22%
B=26.98%

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
Decimal2182531740.1400.310.0186.5895.1883.73
HexDAFDAEE01F1575f54
Octal332375256160371127137124
Binary11011010111111011010111011100111111101011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDAE; }

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

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

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

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

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

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

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

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