#DAEFAD

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

Shades of Reef #DAEFAD

Tints of Reef #DAEFAD

Color information

#DAEFAD (or 0xDAEFAD) is unknown color: approx Reef. HEX triplet: DA, EF and AD. RGB value is (218,239,173). Sum of RGB (Red+Green+Blue) = 218+239+173=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEFAD is #251052. Grayscale: #E1E1E1. Windows color (decimal): -2429011 or 11399130. OLE color: 11399130.

HSL color Cylindrical-coordinate representation of color #DAEFAD: hue angle of 79.09º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAEFAD is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB218239173-
CMYK0.0900.280.06
HSL79.09º67.35%80.78%-
HSV(B)79.09º27.62%93.73%-
XYZ67.3279.6651.36-
YUV225.298.54122.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 239 (93.75% from 255) = 37.94%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=34.60%
G=37.94%
B=27.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182391730.0900.280.0679.0967.3580.78
HexDAEFAD901C64f4351
Octal332357255110346117103121
Binary1101101011101111101011011001011100110100111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFAD; }

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

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

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

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

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

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

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

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