#DDF1C4

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

Shades of Willow Brook #DDF1C4

Tints of Willow Brook #DDF1C4

Color information

#DDF1C4 (or 0xDDF1C4) is unknown color: approx Willow Brook. HEX triplet: DD, F1 and C4. RGB value is (221,241,196). Sum of RGB (Red+Green+Blue) = 221+241+196=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 196 (76.95% from 255 or 29.79% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1C4 is #220E3B. Grayscale: #E6E6E6. Windows color (decimal): -2231868 or 12906973. OLE color: 12906973.

HSL color Cylindrical-coordinate representation of color #DDF1C4: hue angle of 86.67º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDF1C4 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB221241196-
CMYK0.0800.190.05
HSL86.67º61.64%85.69%-
HSV(B)86.67º18.67%94.51%-
XYZ71.2482.2764.35-
YUV229.89108.87121.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 241 (94.53% from 255) = 36.63%
BLUE value IS 196 (76.95% from 255) = 29.79%
R=33.59%
G=36.63%
B=29.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411960.0800.190.0586.6761.6485.69
HexDDF1C480135573e56
Octal33536130410023512776126
Binary110111011111000111000100100001001110110101111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1C4; }

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

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

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

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

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

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

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

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