#DDEFAC

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

Shades of Reef #DDEFAC

Tints of Reef #DDEFAC

Color information

#DDEFAC (or 0xDDEFAC) is unknown color: approx Reef. HEX triplet: DD, EF and AC. RGB value is (221,239,172). Sum of RGB (Red+Green+Blue) = 221+239+172=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFAC is #221053. Grayscale: #E2E2E2. Windows color (decimal): -2232404 or 11333597. OLE color: 11333597.

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

Color convert

RGB221239172-
CMYK0.0800.280.06
HSL76.12º67.68%80.59%-
HSV(B)76.12º28.03%93.73%-
XYZ68.1380.0850.9-
YUV225.9897.54124.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 239 (93.75% from 255) = 37.82%
BLUE value IS 172 (67.58% from 255) = 27.22%
R=34.97%
G=37.82%
B=27.22%

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
Decimal2212391720.0800.280.0676.1267.6880.59
HexDDEFAC801C64c4451
Octal335357254100346114104121
Binary1101110111101111101011001000011100110100110010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFAC; }

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

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

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

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

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

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

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

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