#DAFDA8

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

Shades of Reef #DAFDA8

Tints of Reef #DAFDA8

Color information

#DAFDA8 (or 0xDAFDA8) is unknown color: approx Reef. HEX triplet: DA, FD and A8. RGB value is (218,253,168). Sum of RGB (Red+Green+Blue) = 218+253+168=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 168 (66.02% from 255 or 26.29% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDA8 is #250257. Grayscale: #E9E9E9. Windows color (decimal): -2425432 or 11075034. OLE color: 11075034.

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

Color convert

RGB218253168-
CMYK0.1400.340.01
HSL84.71º95.51%82.55%-
HSV(B)84.71º33.6%99.22%-
XYZ71.1187.9850.28-
YUV232.8491.4117.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 168 (66.02% from 255) = 26.29%
R=34.12%
G=39.59%
B=26.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531680.1400.340.0184.7195.5182.55
HexDAFDA8E0221556053
Octal332375250160421125140123
Binary110110101111110110101000111001000101101010111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDA8; }

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

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

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

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

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

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

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

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