#DAFCB2

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

Shades of Reef #DAFCB2

Tints of Reef #DAFCB2

Color information

#DAFCB2 (or 0xDAFCB2) is unknown color: approx Reef. HEX triplet: DA, FC and B2. RGB value is (218,252,178). Sum of RGB (Red+Green+Blue) = 218+252+178=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFCB2 is #25034D. Grayscale: #E9E9E9. Windows color (decimal): -2425678 or 11730138. OLE color: 11730138.

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

Color convert

RGB218252178-
CMYK0.1300.290.01
HSL87.57º92.5%84.31%-
HSV(B)87.57º29.37%98.82%-
XYZ71.7687.7455.27-
YUV233.496.74117.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 252 (98.83% from 255) = 38.89%
BLUE value IS 178 (69.92% from 255) = 27.47%
R=33.64%
G=38.89%
B=27.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521780.1300.290.0187.5792.584.31
HexDAFCB2D01D1585c54
Octal332374262150351130134124
Binary11011010111111001011001011010111011101100010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCB2; }

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

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

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

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

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

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

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

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