Html Css Color HEX #DEFCB6 Snow Flurry

📋 copy color: '#DEFCB6'

red 222 ◦ green 252 ◦ blue 182

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

Shades of Snow Flurry #DEFCB6

Tints of Snow Flurry #DEFCB6

RGB

 RED value IS 222 (87.11% from 255) = 33.84%

 GREEN value IS 252 (98.83% from 255) = 38.41%

 BLUE value IS 182 (71.48% from 255) = 27.74%

R = 33.84%
G = 38.41%
B = 27.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#DEFCB6 (or 0xDEFCB6) is known color: Snow Flurry. HEX triplet: DE, FC and B6. RGB value is (222,252,182). Sum of RGB (Red+Green+Blue) = 222+252+182=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 182 (71.48% from 255 or 27.74% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCB6 is #210349. Grayscale: #EBEBEB. Windows color (decimal): -2163530 or 11992286. OLE color: 11992286.

HSL color Cylindrical-coordinate representation of color #DEFCB6: hue angle of 85.71º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEFCB6 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 252 182 -
CMYK 0.12 0 0.28 0.01
HSL 85.71º 0.92% 0.85% -
HSV(B) 85.71º 0.28% 0.99% -
XYZ 73.38 88.53 57.48 -
YUV 235.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 222 252 182 0.12 0 0.28 0.01 85.71 0.92 0.85
Hex DE FC B6 C 0 1C 1 56 5C 55
Octal 336 374 266 14 0 34 1 126 134 125
Binary 11011110 11111100 10110110 1100 0 11100 1 1010110 1011100 1010101

Color Harmonies of #DEFCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFCB6

Black with #DEFCB6

Text Example


Text Example

White with #DEFCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFCB6; }

 p { color: rgb(222,252,182); }

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

background-color css

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

 a { background-color: rgb(222,252,182); }

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

border-color css

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

 span { border-color: rgb(222,252,182); }

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