#DDFAB3

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

Shades of Reef #DDFAB3

Tints of Reef #DDFAB3

Color information

#DDFAB3 (or 0xDDFAB3) is unknown color: approx Reef. HEX triplet: DD, FA and B3. RGB value is (221,250,179). Sum of RGB (Red+Green+Blue) = 221+250+179=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 179 (70.31% from 255 or 27.54% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAB3 is #22054C. Grayscale: #E9E9E9. Windows color (decimal): -2229581 or 11795165. OLE color: 11795165.

HSL color Cylindrical-coordinate representation of color #DDFAB3: hue angle of 84.51º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDFAB3 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB221250179-
CMYK0.1200.280.02
HSL84.51º87.65%84.12%-
HSV(B)84.51º28.4%98.04%-
XYZ72.148755.64-
YUV233.2497.39119.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 179 (70.31% from 255) = 27.54%
R=34%
G=38.46%
B=27.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501790.1200.280.0284.5187.6584.12
HexDDFAB3C01C2555854
Octal335372263140342125130124
Binary110111011111101010110011110001110010101010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAB3; }

 p { color: rgb(221,250,179); }

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

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

 a { background-color: rgb(221,250,179); }

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

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

 span { border-color: rgb(221,250,179); }

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