Html Css Color HEX #DCE3B9 Frost

📋 copy color: '#DCE3B9'

red 220 ◦ green 227 ◦ blue 185

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

Shades of Frost #DCE3B9

Tints of Frost #DCE3B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.27%

R = 34.81%
G = 35.92%
B = 29.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#DCE3B9 (or 0xDCE3B9) is known color: Frost. HEX triplet: DC, E3 and B9. RGB value is (220,227,185). Sum of RGB (Red+Green+Blue) = 220+227+185=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3B9 is #231C46. Grayscale: #DCDCDC. Windows color (decimal): -2300999 or 12182492. OLE color: 12182492.

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

Color convert

RGB 220 227 185 -
CMYK 0.03 0 0.19 0.11
HSL 70º 0.43% 0.81% -
HSV(B) 70º 0.19% 0.89% -
XYZ 65.74 73.66 56.65 -
YUV 220.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 220 227 185 0.03 0 0.19 0.11 70 0.43 0.81
Hex DC E3 B9 3 0 13 B 46 2B 51
Octal 334 343 271 3 0 23 13 106 53 121
Binary 11011100 11100011 10111001 11 0 10011 1011 1000110 101011 1010001

Color Harmonies of #DCE3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE3B9

Black with #DCE3B9

Text Example


Text Example

White with #DCE3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE3B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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