Html Css Color HEX #DCDEC7 Frost

📋 copy color: '#DCDEC7'

red 220 ◦ green 222 ◦ blue 199

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

Shades of Frost #DCDEC7

Tints of Frost #DCDEC7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.63%

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

R = 34.32%
G = 34.63%
B = 31.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DCDEC7 (or 0xDCDEC7) is known color: Frost. HEX triplet: DC, DE and C7. RGB value is (220,222,199). Sum of RGB (Red+Green+Blue) = 220+222+199=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEC7 is #232138. Grayscale: #DADADA. Windows color (decimal): -2302265 or 13098716. OLE color: 13098716.

HSL color Cylindrical-coordinate representation of color #DCDEC7: hue angle of 65.22º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDEC7 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 222 199 -
CMYK 0.01 0 0.10 0.13
HSL 65.22º 0.26% 0.83% -
HSV(B) 65.22º 0.1% 0.87% -
XYZ 65.95 71.58 64.37 -
YUV 218.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 220 222 199 0.01 0 0.10 0.13 65.22 0.26 0.83
Hex DC DE C7 1 0 A D 41 1A 53
Octal 334 336 307 1 0 12 15 101 32 123
Binary 11011100 11011110 11000111 1 0 1010 1101 1000001 11010 1010011

Color Harmonies of #DCDEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDEC7

Black with #DCDEC7

Text Example


Text Example

White with #DCDEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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