Html Css Color HEX #DFEFC0 Snow Flurry

📋 copy color: '#DFEFC0'

red 223 ◦ green 239 ◦ blue 192

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

Shades of Snow Flurry #DFEFC0

Tints of Snow Flurry #DFEFC0

RGB

 RED value IS 223 (87.5% from 255) = 34.1%

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

 BLUE value IS 192 (75.39% from 255) = 29.36%

R = 34.1%
G = 36.54%
B = 29.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#DFEFC0 (or 0xDFEFC0) is known color: Snow Flurry. HEX triplet: DF, EF and C0. RGB value is (223,239,192). Sum of RGB (Red+Green+Blue) = 223+239+192=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFC0 is #20103F. Grayscale: #E5E5E5. Windows color (decimal): -2101312 or 12644319. OLE color: 12644319.

HSL color Cylindrical-coordinate representation of color #DFEFC0: hue angle of 80.43º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFEFC0 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 239 192 -
CMYK 0.07 0 0.20 0.06
HSL 80.43º 0.59% 0.85% -
HSV(B) 80.43º 0.2% 0.94% -
XYZ 70.81 81.23 61.82 -
YUV 228.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 223 239 192 0.07 0 0.20 0.06 80.43 0.59 0.85
Hex DF EF C0 7 0 14 6 50 3B 55
Octal 337 357 300 7 0 24 6 120 73 125
Binary 11011111 11101111 11000000 111 0 10100 110 1010000 111011 1010101

Color Harmonies of #DFEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEFC0

Black with #DFEFC0

Text Example


Text Example

White with #DFEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEFC0; }

 p { color: rgb(223,239,192); }

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

background-color css

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

 a { background-color: rgb(223,239,192); }

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

border-color css

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

 span { border-color: rgb(223,239,192); }

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