Html Css Color HEX #DCF4BD Snow Flurry

📋 copy color: '#DCF4BD'

red 220 ◦ green 244 ◦ blue 189

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

Shades of Snow Flurry #DCF4BD

Tints of Snow Flurry #DCF4BD

RGB

 RED value IS 220 (86.33% from 255) = 33.69%

 GREEN value IS 244 (95.7% from 255) = 37.37%

 BLUE value IS 189 (74.22% from 255) = 28.94%

R = 33.69%
G = 37.37%
B = 28.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#DCF4BD (or 0xDCF4BD) is known color: Snow Flurry. HEX triplet: DC, F4 and BD. RGB value is (220,244,189). Sum of RGB (Red+Green+Blue) = 220+244+189=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF4BD is #230B42. Grayscale: #E6E6E6. Windows color (decimal): -2296643 or 12448988. OLE color: 12448988.

HSL color Cylindrical-coordinate representation of color #DCF4BD: hue angle of 86.18º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCF4BD is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 189 -
CMYK 0.10 0 0.23 0.04
HSL 86.18º 0.71% 0.85% -
HSV(B) 86.18º 0.23% 0.96% -
XYZ 71.05 83.59 60.53 -
YUV 230.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 220 244 189 0.10 0 0.23 0.04 86.18 0.71 0.85
Hex DC F4 BD A 0 17 4 56 47 55
Octal 334 364 275 12 0 27 4 126 107 125
Binary 11011100 11110100 10111101 1010 0 10111 100 1010110 1000111 1010101

Color Harmonies of #DCF4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF4BD

Black with #DCF4BD

Text Example


Text Example

White with #DCF4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF4BD; }

 p { color: rgb(220,244,189); }

 H1.HeaderClassName
 {
   color: #DCF4BD;
 }
 .AnyTagClassName
 {
   color: #DCF4BD;
 }
</style>

background-color css

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

 a { background-color: rgb(220,244,189); }

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

border-color css

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

 span { border-color: rgb(220,244,189); }

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