Html Css Color HEX #DCF1C0 Willow Brook

📋 copy color: '#DCF1C0'

red 220 ◦ green 241 ◦ blue 192

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

Shades of Willow Brook #DCF1C0

Tints of Willow Brook #DCF1C0

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.4%

R = 33.69%
G = 36.91%
B = 29.4%

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

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

RGB 220 241 192 -
CMYK 0.09 0 0.20 0.05
HSL 85.71º 0.64% 0.85% -
HSV(B) 85.71º 0.2% 0.95% -
XYZ 70.48 81.93 61.97 -
YUV 229.14 107.04 121.48 -
System Red Green Blue C M Y K H S L
Decimal 220 241 192 0.09 0 0.20 0.05 85.71 0.64 0.85
Hex DC F1 C0 9 0 14 5 56 40 55
Octal 334 361 300 11 0 24 5 126 100 125
Binary 11011100 11110001 11000000 1001 0 10100 101 1010110 1000000 1010101

Color Harmonies of #DCF1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF1C0

Black with #DCF1C0

Text Example


Text Example

White with #DCF1C0

Text Example


Text Example

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