Html Css Color HEX #DEFDB4 Snow Flurry

📋 copy color: '#DEFDB4'

red 222 ◦ green 253 ◦ blue 180

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

Shades of Snow Flurry #DEFDB4

Tints of Snow Flurry #DEFDB4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.63%

 BLUE value IS 180 (70.7% from 255) = 27.48%

R = 33.89%
G = 38.63%
B = 27.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#DEFDB4 (or 0xDEFDB4) is known color: Snow Flurry. HEX triplet: DE, FD and B4. RGB value is (222,253,180). Sum of RGB (Red+Green+Blue) = 222+253+180=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDB4 is #21024B. Grayscale: #EBEBEB. Windows color (decimal): -2163276 or 11861470. OLE color: 11861470.

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

Color convert

RGB 222 253 180 -
CMYK 0.12 0 0.29 0.01
HSL 85.48º 0.95% 0.85% -
HSV(B) 85.48º 0.29% 0.99% -
XYZ 73.49 89.08 56.5 -
YUV 235.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 222 253 180 0.12 0 0.29 0.01 85.48 0.95 0.85
Hex DE FD B4 C 0 1D 1 55 5F 55
Octal 336 375 264 14 0 35 1 125 137 125
Binary 11011110 11111101 10110100 1100 0 11101 1 1010101 1011111 1010101

Color Harmonies of #DEFDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFDB4

Black with #DEFDB4

Text Example


Text Example

White with #DEFDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFDB4; }

 p { color: rgb(222,253,180); }

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

background-color css

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

 a { background-color: rgb(222,253,180); }

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

border-color css

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

 span { border-color: rgb(222,253,180); }

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