#DDEFAB

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

Shades of Reef #DDEFAB

Tints of Reef #DDEFAB

Color information

#DDEFAB (or 0xDDEFAB) is unknown color: approx Reef. HEX triplet: DD, EF and AB. RGB value is (221,239,171). Sum of RGB (Red+Green+Blue) = 221+239+171=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFAB is #221054. Grayscale: #E2E2E2. Windows color (decimal): -2232405 or 11268061. OLE color: 11268061.

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

Color convert

RGB221239171-
CMYK0.0800.280.06
HSL75.88º68%80.39%-
HSV(B)75.88º28.45%93.73%-
XYZ68.0480.0550.39-
YUV225.8797.04124.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 171 (67.19% from 255) = 27.10%
R=35.02%
G=37.88%
B=27.10%

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
Decimal2212391710.0800.280.0675.886880.39
HexDDEFAB801C64c4450
Octal335357253100346114104120
Binary1101110111101111101010111000011100110100110010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFAB; }

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

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

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

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

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

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

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

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