#DCF1C1

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

Shades of Willow Brook #DCF1C1

Tints of Willow Brook #DCF1C1

Color information

#DCF1C1 (or 0xDCF1C1) is unknown color: approx Willow Brook. HEX triplet: DC, F1 and C1. RGB value is (220,241,193). Sum of RGB (Red+Green+Blue) = 220+241+193=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 193 (75.78% from 255 or 29.51% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1C1 is #230E3E. Grayscale: #E5E5E5. Windows color (decimal): -2297407 or 12710364. OLE color: 12710364.

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

Color convert

RGB220241193-
CMYK0.0900.200.05
HSL86.25º63.16%85.1%-
HSV(B)86.25º19.92%94.51%-
XYZ70.681.9862.55-
YUV229.25107.54121.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 193 (75.78% from 255) = 29.51%
R=33.64%
G=36.85%
B=29.51%

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
Decimal2202411930.0900.200.0586.2563.1685.1
HexDCF1C190145563f55
Octal33436130111024512677125
Binary110111001111000111000001100101010010110101101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1C1; }

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

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

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

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

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

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

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

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