#DAFFAD

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

Shades of Reef #DAFFAD

Tints of Reef #DAFFAD

Color information

#DAFFAD (or 0xDAFFAD) is unknown color: approx Reef. HEX triplet: DA, FF and AD. RGB value is (218,255,173). Sum of RGB (Red+Green+Blue) = 218+255+173=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 173 (67.97% from 255 or 26.78% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFFAD is #250052. Grayscale: #EAEAEA. Windows color (decimal): -2424915 or 11403226. OLE color: 11403226.

HSL color Cylindrical-coordinate representation of color #DAFFAD: hue angle of 87.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAFFAD is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB218255173-
CMYK0.1500.320
HSL87.07º100%83.92%-
HSV(B)87.07º32.16%100%-
XYZ72.2289.4452.99-
YUV234.5993.24116.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.75%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 173 (67.97% from 255) = 26.78%
R=33.75%
G=39.47%
B=26.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182551730.1500.32087.0710083.92
HexDAFFADF0200576454
Octal332377255170400127144124
Binary110110101111111110101101111101000000101011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFAD; }

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

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

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

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

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

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

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

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