#DDEFAD

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

Shades of Reef #DDEFAD

Tints of Reef #DDEFAD

Color information

#DDEFAD (or 0xDDEFAD) is unknown color: approx Reef. HEX triplet: DD, EF and AD. RGB value is (221,239,173). Sum of RGB (Red+Green+Blue) = 221+239+173=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFAD is #221052. Grayscale: #E2E2E2. Windows color (decimal): -2232403 or 11399133. OLE color: 11399133.

HSL color Cylindrical-coordinate representation of color #DDEFAD: hue angle of 76.36º 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 #DDEFAD is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB221239173-
CMYK0.0800.280.06
HSL76.36º67.35%80.78%-
HSV(B)76.36º27.62%93.73%-
XYZ68.2380.1251.4-
YUV226.0998.04124.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 239 (93.75% from 255) = 37.76%
BLUE value IS 173 (67.97% from 255) = 27.33%
R=34.91%
G=37.76%
B=27.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212391730.0800.280.0676.3667.3580.78
HexDDEFAD801C64c4351
Octal335357255100346114103121
Binary1101110111101111101011011000011100110100110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFAD; }

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

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

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

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

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

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

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

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