Html Css Color HEX #DCE5BA Frost

📋 copy color: '#DCE5BA'

red 220 ◦ green 229 ◦ blue 186

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

Shades of Frost #DCE5BA

Tints of Frost #DCE5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.06%

 BLUE value IS 186 (73.05% from 255) = 29.29%

R = 34.65%
G = 36.06%
B = 29.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#DCE5BA (or 0xDCE5BA) is known color: Frost. HEX triplet: DC, E5 and BA. RGB value is (220,229,186). Sum of RGB (Red+Green+Blue) = 220+229+186=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5BA is #231A45. Grayscale: #DDDDDD. Windows color (decimal): -2300486 or 12248540. OLE color: 12248540.

HSL color Cylindrical-coordinate representation of color #DCE5BA: hue angle of 72.56º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCE5BA is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 229 186 -
CMYK 0.04 0 0.19 0.10
HSL 72.56º 0.45% 0.81% -
HSV(B) 72.56º 0.19% 0.9% -
XYZ 66.4 74.8 57.39 -
YUV 221.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 220 229 186 0.04 0 0.19 0.10 72.56 0.45 0.81
Hex DC E5 BA 4 0 13 A 49 2D 51
Octal 334 345 272 4 0 23 12 111 55 121
Binary 11011100 11100101 10111010 100 0 10011 1010 1001001 101101 1010001

Color Harmonies of #DCE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE5BA

Black with #DCE5BA

Text Example


Text Example

White with #DCE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE5BA; }

 p { color: rgb(220,229,186); }

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

background-color css

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

 a { background-color: rgb(220,229,186); }

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

border-color css

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

 span { border-color: rgb(220,229,186); }

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