Html Css Color HEX #DCEFBA Snow Flurry

📋 copy color: '#DCEFBA'

red 220 ◦ green 239 ◦ blue 186

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

Shades of Snow Flurry #DCEFBA

Tints of Snow Flurry #DCEFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.05%

 BLUE value IS 186 (73.05% from 255) = 28.84%

R = 34.11%
G = 37.05%
B = 28.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#DCEFBA (or 0xDCEFBA) is known color: Snow Flurry. HEX triplet: DC, EF and BA. RGB value is (220,239,186). Sum of RGB (Red+Green+Blue) = 220+239+186=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFBA is #231045. Grayscale: #E3E3E3. Windows color (decimal): -2297926 or 12251100. OLE color: 12251100.

HSL color Cylindrical-coordinate representation of color #DCEFBA: hue angle of 81.51º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCEFBA is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 186 -
CMYK 0.08 0 0.22 0.06
HSL 81.51º 0.62% 0.83% -
HSV(B) 81.51º 0.22% 0.94% -
XYZ 69.24 80.49 58.34 -
YUV 227.28 104.71 122.81 -
System Red Green Blue C M Y K H S L
Decimal 220 239 186 0.08 0 0.22 0.06 81.51 0.62 0.83
Hex DC EF BA 8 0 16 6 52 3E 53
Octal 334 357 272 10 0 26 6 122 76 123
Binary 11011100 11101111 10111010 1000 0 10110 110 1010010 111110 1010011

Color Harmonies of #DCEFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFBA

Black with #DCEFBA

Text Example


Text Example

White with #DCEFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFBA; }

 p { color: rgb(220,239,186); }

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

background-color css

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

 a { background-color: rgb(220,239,186); }

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

border-color css

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

 span { border-color: rgb(220,239,186); }

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