#DCEFBB

Color #DCEFBB Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #DCEFBB

Tints of Snow Flurry #DCEFBB

Color information

#DCEFBB (or 0xDCEFBB) is unknown color: approx Snow Flurry. HEX triplet: DC, EF and BB. RGB value is (220,239,187). Sum of RGB (Red+Green+Blue) = 220+239+187=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFBB is #231044. Grayscale: #E3E3E3. Windows color (decimal): -2297925 or 12316636. OLE color: 12316636.

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

Color convert

RGB220239187-
CMYK0.0800.220.06
HSL81.92º61.9%83.53%-
HSV(B)81.92º21.76%93.73%-
XYZ69.3580.5458.9-
YUV227.39105.21122.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 239 (93.75% from 255) = 37.00%
BLUE value IS 187 (73.44% from 255) = 28.95%
R=34.06%
G=37.00%
B=28.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202391870.0800.220.0681.9261.983.53
HexDCEFBB80166523e54
Octal33435727310026612276124
Binary110111001110111110111011100001011011010100101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFBB; }

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

 H1.HeaderClassName
 {
   color: #DCEFBB;
 }
 .AnyTagClassName
 {
   color: #DCEFBB;
 }
</style>
background-color css

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

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

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

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

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

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