Html Css Color HEX #DFE0CC Frost

📋 copy color: '#DFE0CC'

red 223 ◦ green 224 ◦ blue 204

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

Shades of Frost #DFE0CC

Tints of Frost #DFE0CC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.41%

 BLUE value IS 204 (80.08% from 255) = 31.34%

R = 34.25%
G = 34.41%
B = 31.34%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#DFE0CC (or 0xDFE0CC) is known color: Frost. HEX triplet: DF, E0 and CC. RGB value is (223,224,204). Sum of RGB (Red+Green+Blue) = 223+224+204=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0CC is #201F33. Grayscale: #DDDDDD. Windows color (decimal): -2105140 or 13426911. OLE color: 13426911.

HSL color Cylindrical-coordinate representation of color #DFE0CC: hue angle of 63º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFE0CC is Cyan = 0.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 224 204 -
CMYK 0.00 0 0.09 0.12
HSL 63º 0.24% 0.84% -
HSV(B) 63º 0.09% 0.88% -
XYZ 67.99 73.36 67.7 -
YUV 221.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 223 224 204 0.00 0 0.09 0.12 63 0.24 0.84
Hex DF E0 CC 0 0 9 C 3F 18 54
Octal 337 340 314 0 0 11 14 77 30 124
Binary 11011111 11100000 11001100 0 0 1001 1100 111111 11000 1010100

Color Harmonies of #DFE0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE0CC

Black with #DFE0CC

Text Example


Text Example

White with #DFE0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE0CC; }

 p { color: rgb(223,224,204); }

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

background-color css

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

 a { background-color: rgb(223,224,204); }

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

border-color css

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

 span { border-color: rgb(223,224,204); }

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