#DAFBAE

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

Shades of Reef #DAFBAE

Tints of Reef #DAFBAE

Color information

#DAFBAE (or 0xDAFBAE) is unknown color: approx Reef. HEX triplet: DA, FB and AE. RGB value is (218,251,174). Sum of RGB (Red+Green+Blue) = 218+251+174=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFBAE is #250451. Grayscale: #E8E8E8. Windows color (decimal): -2425938 or 11467738. OLE color: 11467738.

HSL color Cylindrical-coordinate representation of color #DAFBAE: hue angle of 85.71º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAFBAE is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB218251174-
CMYK0.1300.310.02
HSL85.71º90.59%83.33%-
HSV(B)85.71º30.68%98.43%-
XYZ71.0586.9653.08-
YUV232.3695.07117.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.90%
GREEN value IS 251 (98.44% from 255) = 39.04%
BLUE value IS 174 (68.36% from 255) = 27.06%
R=33.90%
G=39.04%
B=27.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182511740.1300.310.0285.7190.5983.33
HexDAFBAED01F2565b53
Octal332373256150372126133123
Binary110110101111101110101110110101111110101011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBAE; }

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

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

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

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

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

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

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

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