Html Css Color HEX #DCE7D1 Frostee

📋 copy color: '#DCE7D1'

red 220 ◦ green 231 ◦ blue 209

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

Shades of Frostee #DCE7D1

Tints of Frostee #DCE7D1

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35%

 BLUE value IS 209 (82.03% from 255) = 31.67%

R = 33.33%
G = 35%
B = 31.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#DCE7D1 (or 0xDCE7D1) is known color: Frostee. HEX triplet: DC, E7 and D1. RGB value is (220,231,209). Sum of RGB (Red+Green+Blue) = 220+231+209=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7D1 is #23182E. Grayscale: #E1E1E1. Windows color (decimal): -2299951 or 13756380. OLE color: 13756380.

HSL color Cylindrical-coordinate representation of color #DCE7D1: hue angle of 90º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE7D1 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 231 209 -
CMYK 0.05 0 0.10 0.09
HSL 90º 0.31% 0.86% -
HSV(B) 90º 0.1% 0.91% -
XYZ 69.6 76.97 71.51 -
YUV 225.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 220 231 209 0.05 0 0.10 0.09 90 0.31 0.86
Hex DC E7 D1 5 0 A 9 5A 1F 56
Octal 334 347 321 5 0 12 11 132 37 126
Binary 11011100 11100111 11010001 101 0 1010 1001 1011010 11111 1010110

Color Harmonies of #DCE7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE7D1

Black with #DCE7D1

Text Example


Text Example

White with #DCE7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE7D1; }

 p { color: rgb(220,231,209); }

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

background-color css

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

 a { background-color: rgb(220,231,209); }

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

border-color css

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

 span { border-color: rgb(220,231,209); }

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