#DDFDB1

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

Shades of Reef #DDFDB1

Tints of Reef #DDFDB1

Color information

#DDFDB1 (or 0xDDFDB1) is unknown color: approx Reef. HEX triplet: DD, FD and B1. RGB value is (221,253,177). Sum of RGB (Red+Green+Blue) = 221+253+177=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 177 (69.53% from 255 or 27.19% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDB1 is #22024E. Grayscale: #EBEBEB. Windows color (decimal): -2228815 or 11664861. OLE color: 11664861.

HSL color Cylindrical-coordinate representation of color #DDFDB1: hue angle of 85.26º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDFDB1 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB221253177-
CMYK0.1300.300.01
HSL85.26º95%84.31%-
HSV(B)85.26º30.04%99.22%-
XYZ72.8888.854.89-
YUV234.7795.4118.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 253 (99.22% from 255) = 38.86%
BLUE value IS 177 (69.53% from 255) = 27.19%
R=33.95%
G=38.86%
B=27.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531770.1300.300.0185.269584.31
HexDDFDB1D01E1555f54
Octal335375261150361125137124
Binary11011101111111011011000111010111101101010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDB1; }

 p { color: rgb(221,253,177); }

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

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

 a { background-color: rgb(221,253,177); }

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

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

 span { border-color: rgb(221,253,177); }

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