Html Css Color HEX #DCF1C2 Willow Brook

📋 copy color: '#DCF1C2'

red 220 ◦ green 241 ◦ blue 194

#DCF1C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Brook #DCF1C2

Tints of Willow Brook #DCF1C2

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 value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#DCF1C2 (or 0xDCF1C2) is known color: 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

RGB 220 241 194 -
CMYK 0.09 0 0.20 0.05
HSL 86.81º 0.63% 0.85% -
HSV(B) 86.81º 0.2% 0.95% -
XYZ 70.71 82.02 63.14 -
YUV 229.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 220 241 194 0.09 0 0.20 0.05 86.81 0.63 0.85
Hex DC F1 C2 9 0 14 5 57 3F 55
Octal 334 361 302 11 0 24 5 127 77 125
Binary 11011100 11110001 11000010 1001 0 10100 101 1010111 111111 1010101

Color Harmonies of #DCF1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF1C2

Black with #DCF1C2

Text Example


Text Example

White with #DCF1C2

Text Example


Text Example

HTML Codes & Css Web 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>