#DAFDAD

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

Shades of Reef #DAFDAD

Tints of Reef #DAFDAD

Color information

#DAFDAD (or 0xDAFDAD) is unknown color: approx Reef. HEX triplet: DA, FD and AD. RGB value is (218,253,173). Sum of RGB (Red+Green+Blue) = 218+253+173=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 173 (67.97% from 255 or 26.86% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDAD is #250252. Grayscale: #E9E9E9. Windows color (decimal): -2425427 or 11402714. OLE color: 11402714.

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

Color convert

RGB218253173-
CMYK0.1400.320.01
HSL86.25º95.24%83.53%-
HSV(B)86.25º31.62%99.22%-
XYZ71.5888.1752.78-
YUV233.4293.9117-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 253 (99.22% from 255) = 39.29%
BLUE value IS 173 (67.97% from 255) = 26.86%
R=33.85%
G=39.29%
B=26.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531730.1400.320.0186.2595.2483.53
HexDAFDADE0201565f54
Octal332375255160401126137124
Binary110110101111110110101101111001000001101011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDAD; }

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

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

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

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

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

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

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

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