Html Css Color HEX #DCE0C7 Frost

📋 copy color: '#DCE0C7'

red 220 ◦ green 224 ◦ blue 199

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

Shades of Frost #DCE0C7

Tints of Frost #DCE0C7

RGB

 RED value IS 220 (86.33% from 255) = 34.21%

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

 BLUE value IS 199 (78.13% from 255) = 30.95%

R = 34.21%
G = 34.84%
B = 30.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#DCE0C7 (or 0xDCE0C7) is known color: Frost. HEX triplet: DC, E0 and C7. RGB value is (220,224,199). Sum of RGB (Red+Green+Blue) = 220+224+199=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0C7 is #231F38. Grayscale: #DCDCDC. Windows color (decimal): -2301753 or 13099228. OLE color: 13099228.

HSL color Cylindrical-coordinate representation of color #DCE0C7: hue angle of 69.6º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE0C7 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 199 -
CMYK 0.02 0 0.11 0.12
HSL 69.6º 0.29% 0.83% -
HSV(B) 69.6º 0.11% 0.88% -
XYZ 66.48 72.65 64.55 -
YUV 219.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 220 224 199 0.02 0 0.11 0.12 69.6 0.29 0.83
Hex DC E0 C7 2 0 B C 46 1D 53
Octal 334 340 307 2 0 13 14 106 35 123
Binary 11011100 11100000 11000111 10 0 1011 1100 1000110 11101 1010011

Color Harmonies of #DCE0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE0C7

Black with #DCE0C7

Text Example


Text Example

White with #DCE0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE0C7; }

 p { color: rgb(220,224,199); }

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

background-color css

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

 a { background-color: rgb(220,224,199); }

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

border-color css

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

 span { border-color: rgb(220,224,199); }

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