Html Css Color HEX #DFE1C0 Frost

📋 copy color: '#DFE1C0'

red 223 ◦ green 225 ◦ blue 192

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

Shades of Frost #DFE1C0

Tints of Frost #DFE1C0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.16%

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

R = 34.84%
G = 35.16%
B = 30%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#DFE1C0 (or 0xDFE1C0) is known color: Frost. HEX triplet: DF, E1 and C0. RGB value is (223,225,192). Sum of RGB (Red+Green+Blue) = 223+225+192=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE1C0 is #201E3F. Grayscale: #DCDCDC. Windows color (decimal): -2104896 or 12640735. OLE color: 12640735.

HSL color Cylindrical-coordinate representation of color #DFE1C0: hue angle of 63.64º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFE1C0 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 225 192 -
CMYK 0.01 0 0.15 0.12
HSL 63.64º 0.35% 0.82% -
HSV(B) 63.64º 0.15% 0.88% -
XYZ 66.87 73.34 60.5 -
YUV 220.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 223 225 192 0.01 0 0.15 0.12 63.64 0.35 0.82
Hex DF E1 C0 1 0 F C 40 23 52
Octal 337 341 300 1 0 17 14 100 43 122
Binary 11011111 11100001 11000000 1 0 1111 1100 1000000 100011 1010010

Color Harmonies of #DFE1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE1C0

Black with #DFE1C0

Text Example


Text Example

White with #DFE1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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