#DAFBAD

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

Shades of Reef #DAFBAD

Tints of Reef #DAFBAD

Color information

#DAFBAD (or 0xDAFBAD) is unknown color: approx Reef. HEX triplet: DA, FB and AD. RGB value is (218,251,173). Sum of RGB (Red+Green+Blue) = 218+251+173=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFBAD is #250452. Grayscale: #E8E8E8. Windows color (decimal): -2425939 or 11402202. OLE color: 11402202.

HSL color Cylindrical-coordinate representation of color #DAFBAD: hue angle of 85.38º 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 #DAFBAD is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB218251173-
CMYK0.1300.310.02
HSL85.38º90.7%83.14%-
HSV(B)85.38º31.08%98.43%-
XYZ70.9586.9252.57-
YUV232.2494.57117.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 173 (67.97% from 255) = 26.95%
R=33.96%
G=39.10%
B=26.95%

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
Decimal2182511730.1300.310.0285.3890.783.14
HexDAFBADD01F2555b53
Octal332373255150372125133123
Binary110110101111101110101101110101111110101010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBAD; }

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

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

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

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

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

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

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

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