#DCF1C0

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

Shades of Willow Brook #DCF1C0

Tints of Willow Brook #DCF1C0

Color information

#DCF1C0 (or 0xDCF1C0) is unknown color: approx Willow Brook. HEX triplet: DC, F1 and C0. RGB value is (220,241,192). Sum of RGB (Red+Green+Blue) = 220+241+192=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1C0 is #230E3F. Grayscale: #E5E5E5. Windows color (decimal): -2297408 or 12644828. OLE color: 12644828.

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

Color convert

RGB220241192-
CMYK0.0900.200.05
HSL85.71º63.64%84.9%-
HSV(B)85.71º20.33%94.51%-
XYZ70.4881.9361.97-
YUV229.14107.04121.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 241 (94.53% from 255) = 36.91%
BLUE value IS 192 (75.39% from 255) = 29.40%
R=33.69%
G=36.91%
B=29.40%

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
Decimal2202411920.0900.200.0585.7163.6484.9
HexDCF1C090145564055
Octal334361300110245126100125
Binary1101110011110001110000001001010100101101011010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1C0; }

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

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

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

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

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

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

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

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