Html Css Color HEX #DCF4BC Snow Flurry

📋 copy color: '#DCF4BC'

red 220 ◦ green 244 ◦ blue 188

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

Shades of Snow Flurry #DCF4BC

Tints of Snow Flurry #DCF4BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.83%

R = 33.74%
G = 37.42%
B = 28.83%

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

#DCF4BC (or 0xDCF4BC) is known color: Snow Flurry. HEX triplet: DC, F4 and BC. RGB value is (220,244,188). Sum of RGB (Red+Green+Blue) = 220+244+188=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF4BC is #230B43. Grayscale: #E6E6E6. Windows color (decimal): -2296644 or 12383452. OLE color: 12383452.

HSL color Cylindrical-coordinate representation of color #DCF4BC: hue angle of 85.71º degrees, saturation: 0.72, 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 #DCF4BC is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 188 -
CMYK 0.10 0 0.23 0.04
HSL 85.71º 0.72% 0.85% -
HSV(B) 85.71º 0.23% 0.96% -
XYZ 70.94 83.55 59.96 -
YUV 230.44 104.05 120.55 -
System Red Green Blue C M Y K H S L
Decimal 220 244 188 0.10 0 0.23 0.04 85.71 0.72 0.85
Hex DC F4 BC A 0 17 4 56 48 55
Octal 334 364 274 12 0 27 4 126 110 125
Binary 11011100 11110100 10111100 1010 0 10111 100 1010110 1001000 1010101

Color Harmonies of #DCF4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF4BC

Black with #DCF4BC

Text Example


Text Example

White with #DCF4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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