Html Css Color HEX #DCE3BC Frost

📋 copy color: '#DCE3BC'

red 220 ◦ green 227 ◦ blue 188

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

Shades of Frost #DCE3BC

Tints of Frost #DCE3BC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.75%

 BLUE value IS 188 (73.83% from 255) = 29.61%

R = 34.65%
G = 35.75%
B = 29.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#DCE3BC (or 0xDCE3BC) is known color: Frost. HEX triplet: DC, E3 and BC. RGB value is (220,227,188). Sum of RGB (Red+Green+Blue) = 220+227+188=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3BC is #231C43. Grayscale: #DCDCDC. Windows color (decimal): -2300996 or 12379100. OLE color: 12379100.

HSL color Cylindrical-coordinate representation of color #DCE3BC: hue angle of 70.77º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCE3BC is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 227 188 -
CMYK 0.03 0 0.17 0.11
HSL 70.77º 0.41% 0.81% -
HSV(B) 70.77º 0.17% 0.89% -
XYZ 66.06 73.78 58.34 -
YUV 220.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 220 227 188 0.03 0 0.17 0.11 70.77 0.41 0.81
Hex DC E3 BC 3 0 11 B 47 29 51
Octal 334 343 274 3 0 21 13 107 51 121
Binary 11011100 11100011 10111100 11 0 10001 1011 1000111 101001 1010001

Color Harmonies of #DCE3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE3BC

Black with #DCE3BC

Text Example


Text Example

White with #DCE3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE3BC; }

 p { color: rgb(220,227,188); }

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

background-color css

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

 a { background-color: rgb(220,227,188); }

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

border-color css

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

 span { border-color: rgb(220,227,188); }

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