#DDF1C2

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

Shades of Willow Brook #DDF1C2

Tints of Willow Brook #DDF1C2

Color information

#DDF1C2 (or 0xDDF1C2) is unknown color: approx Willow Brook. HEX triplet: DD, F1 and C2. RGB value is (221,241,194). Sum of RGB (Red+Green+Blue) = 221+241+194=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1C2 is #220E3D. Grayscale: #E5E5E5. Windows color (decimal): -2231870 or 12775901. OLE color: 12775901.

HSL color Cylindrical-coordinate representation of color #DDF1C2: hue angle of 85.53º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDF1C2 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB221241194-
CMYK0.0800.200.05
HSL85.53º62.67%85.29%-
HSV(B)85.53º19.5%94.51%-
XYZ71.0182.1863.16-
YUV229.66107.87121.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 241 (94.53% from 255) = 36.74%
BLUE value IS 194 (76.17% from 255) = 29.57%
R=33.69%
G=36.74%
B=29.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411940.0800.200.0585.5362.6785.29
HexDDF1C280145563f55
Octal33536130210024512677125
Binary110111011111000111000010100001010010110101101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1C2; }

 p { color: rgb(221,241,194); }

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

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

 a { background-color: rgb(221,241,194); }

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

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

 span { border-color: rgb(221,241,194); }

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