#DDF9CB

Color #DDF9CB Hint Of Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Green #DDF9CB

Tints of Hint Of Green #DDF9CB

Color information

#DDF9CB (or 0xDDF9CB) is unknown color: approx Hint Of Green. HEX triplet: DD, F9 and CB. RGB value is (221,249,203). Sum of RGB (Red+Green+Blue) = 221+249+203=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9CB is #220634. Grayscale: #EBEBEB. Windows color (decimal): -2229813 or 13367773. OLE color: 13367773.

HSL color Cylindrical-coordinate representation of color #DDF9CB: hue angle of 96.52º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDF9CB is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB221249203-
CMYK0.1100.180.02
HSL96.52º79.31%88.63%-
HSV(B)96.52º18.47%97.65%-
XYZ74.4787.4469.45-
YUV235.38109.72117.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.84%
GREEN value IS 249 (97.66% from 255) = 37.00%
BLUE value IS 203 (79.69% from 255) = 30.16%
R=32.84%
G=37.00%
B=30.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212492030.1100.180.0296.5279.3188.63
HexDDF9CBB0122614f59
Octal335371313130222141117131
Binary110111011111100111001011101101001010110000110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9CB; }

 p { color: rgb(221,249,203); }

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

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

 a { background-color: rgb(221,249,203); }

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

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

 span { border-color: rgb(221,249,203); }

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