#DCF1C2

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

Shades of Willow Brook #DCF1C2

Tints of Willow Brook #DCF1C2

Color information

#DCF1C2 (or 0xDCF1C2) is unknown color: approx Willow Brook. HEX triplet: DC, F1 and C2. RGB value is (220,241,194). Sum of RGB (Red+Green+Blue) = 220+241+194=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 194 (76.17% from 255 or 29.62% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1C2 is #230E3D. Grayscale: #E5E5E5. Windows color (decimal): -2297406 or 12775900. OLE color: 12775900.

HSL color Cylindrical-coordinate representation of color #DCF1C2: hue angle of 86.81º 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 #DCF1C2 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB220241194-
CMYK0.0900.200.05
HSL86.81º62.67%85.29%-
HSV(B)86.81º19.5%94.51%-
XYZ70.7182.0263.14-
YUV229.36108.04121.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 194 (76.17% from 255) = 29.62%
R=33.59%
G=36.79%
B=29.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202411940.0900.200.0586.8162.6785.29
HexDCF1C290145573f55
Octal33436130211024512777125
Binary110111001111000111000010100101010010110101111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1C2; }

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

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

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

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

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

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

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

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