Html Css Color HEX #DFE0C9 Frost

📋 copy color: '#DFE0C9'

red 223 ◦ green 224 ◦ blue 201

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

Shades of Frost #DFE0C9

Tints of Frost #DFE0C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.02%

R = 34.41%
G = 34.57%
B = 31.02%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#DFE0C9 (or 0xDFE0C9) is known color: Frost. HEX triplet: DF, E0 and C9. RGB value is (223,224,201). Sum of RGB (Red+Green+Blue) = 223+224+201=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE0C9 is #201F36. Grayscale: #DDDDDD. Windows color (decimal): -2105143 or 13230303. OLE color: 13230303.

HSL color Cylindrical-coordinate representation of color #DFE0C9: hue angle of 62.61º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFE0C9 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 224 201 -
CMYK 0.00 0 0.10 0.12
HSL 62.61º 0.27% 0.83% -
HSV(B) 62.61º 0.1% 0.88% -
XYZ 67.63 73.22 65.83 -
YUV 221.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 223 224 201 0.00 0 0.10 0.12 62.61 0.27 0.83
Hex DF E0 C9 0 0 A C 3F 1B 53
Octal 337 340 311 0 0 12 14 77 33 123
Binary 11011111 11100000 11001001 0 0 1010 1100 111111 11011 1010011

Color Harmonies of #DFE0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE0C9

Black with #DFE0C9

Text Example


Text Example

White with #DFE0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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