#DAFDB2

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

Shades of Reef #DAFDB2

Tints of Reef #DAFDB2

Color information

#DAFDB2 (or 0xDAFDB2) is unknown color: approx Reef. HEX triplet: DA, FD and B2. RGB value is (218,253,178). Sum of RGB (Red+Green+Blue) = 218+253+178=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 178 (69.92% from 255 or 27.43% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDB2 is #25024D. Grayscale: #EAEAEA. Windows color (decimal): -2425422 or 11730394. OLE color: 11730394.

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

Color convert

RGB218253178-
CMYK0.1400.300.01
HSL88º94.94%84.51%-
HSV(B)88º29.64%99.22%-
XYZ72.0788.3755.38-
YUV233.9896.4116.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 253 (99.22% from 255) = 38.98%
BLUE value IS 178 (69.92% from 255) = 27.43%
R=33.59%
G=38.98%
B=27.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531780.1400.300.018894.9484.51
HexDAFDB2E01E1585f55
Octal332375262160361130137125
Binary11011010111111011011001011100111101101100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDB2; }

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

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

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

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

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

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

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

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