Html Css Color HEX #DCE0BC Frost

📋 copy color: '#DCE0BC'

red 220 ◦ green 224 ◦ blue 188

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

Shades of Frost #DCE0BC

Tints of Frost #DCE0BC

RGB

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

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

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

R = 34.81%
G = 35.44%
B = 29.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#DCE0BC (or 0xDCE0BC) is known color: Frost. HEX triplet: DC, E0 and BC. RGB value is (220,224,188). Sum of RGB (Red+Green+Blue) = 220+224+188=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0BC is #231F43. Grayscale: #DADADA. Windows color (decimal): -2301764 or 12378332. OLE color: 12378332.

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

Color convert

RGB 220 224 188 -
CMYK 0.02 0 0.16 0.12
HSL 66.67º 0.37% 0.81% -
HSV(B) 66.67º 0.16% 0.88% -
XYZ 65.25 72.16 58.07 -
YUV 218.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 220 224 188 0.02 0 0.16 0.12 66.67 0.37 0.81
Hex DC E0 BC 2 0 10 C 43 25 51
Octal 334 340 274 2 0 20 14 103 45 121
Binary 11011100 11100000 10111100 10 0 10000 1100 1000011 100101 1010001

Color Harmonies of #DCE0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE0BC

Black with #DCE0BC

Text Example


Text Example

White with #DCE0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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