#DAFAAD

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

Shades of Reef #DAFAAD

Tints of Reef #DAFAAD

Color information

#DAFAAD (or 0xDAFAAD) is unknown color: approx Reef. HEX triplet: DA, FA and AD. RGB value is (218,250,173). Sum of RGB (Red+Green+Blue) = 218+250+173=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFAAD is #250552. Grayscale: #E7E7E7. Windows color (decimal): -2426195 or 11401946. OLE color: 11401946.

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

Color convert

RGB218250173-
CMYK0.1300.310.02
HSL84.94º88.51%82.94%-
HSV(B)84.94º30.8%98.04%-
XYZ70.6486.2952.47-
YUV231.6594.9118.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 173 (67.97% from 255) = 26.99%
R=34.01%
G=39.00%
B=26.99%

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
Decimal2182501730.1300.310.0284.9488.5182.94
HexDAFAADD01F2555953
Octal332372255150372125131123
Binary110110101111101010101101110101111110101010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAAD; }

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

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

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

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

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

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

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

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