Html Css Color HEX #DEF3BA Snow Flurry

📋 copy color: '#DEF3BA'

red 222 ◦ green 243 ◦ blue 186

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

Shades of Snow Flurry #DEF3BA

Tints of Snow Flurry #DEF3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.33%

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

R = 34.1%
G = 37.33%
B = 28.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#DEF3BA (or 0xDEF3BA) is known color: Snow Flurry. HEX triplet: DE, F3 and BA. RGB value is (222,243,186). Sum of RGB (Red+Green+Blue) = 222+243+186=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3BA is #210C45. Grayscale: #E6E6E6. Windows color (decimal): -2165830 or 12252126. OLE color: 12252126.

HSL color Cylindrical-coordinate representation of color #DEF3BA: hue angle of 82.11º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEF3BA is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 243 186 -
CMYK 0.09 0 0.23 0.05
HSL 82.11º 0.7% 0.84% -
HSV(B) 82.11º 0.23% 0.95% -
XYZ 71.04 83.18 58.76 -
YUV 230.22 103.04 122.13 -
System Red Green Blue C M Y K H S L
Decimal 222 243 186 0.09 0 0.23 0.05 82.11 0.7 0.84
Hex DE F3 BA 9 0 17 5 52 46 54
Octal 336 363 272 11 0 27 5 122 106 124
Binary 11011110 11110011 10111010 1001 0 10111 101 1010010 1000110 1010100

Color Harmonies of #DEF3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF3BA

Black with #DEF3BA

Text Example


Text Example

White with #DEF3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF3BA; }

 p { color: rgb(222,243,186); }

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

background-color css

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

 a { background-color: rgb(222,243,186); }

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

border-color css

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

 span { border-color: rgb(222,243,186); }

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