Html Css Color HEX #DCE4BE Frost

📋 copy color: '#DCE4BE'

red 220 ◦ green 228 ◦ blue 190

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

Shades of Frost #DCE4BE

Tints of Frost #DCE4BE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.74%

 BLUE value IS 190 (74.61% from 255) = 29.78%

R = 34.48%
G = 35.74%
B = 29.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#DCE4BE (or 0xDCE4BE) is known color: Frost. HEX triplet: DC, E4 and BE. RGB value is (220,228,190). Sum of RGB (Red+Green+Blue) = 220+228+190=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4BE is #231B41. Grayscale: #DDDDDD. Windows color (decimal): -2300738 or 12510428. OLE color: 12510428.

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

Color convert

RGB 220 228 190 -
CMYK 0.04 0 0.17 0.11
HSL 72.63º 0.41% 0.82% -
HSV(B) 72.63º 0.17% 0.89% -
XYZ 66.55 74.42 59.57 -
YUV 221.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 220 228 190 0.04 0 0.17 0.11 72.63 0.41 0.82
Hex DC E4 BE 4 0 11 B 49 29 52
Octal 334 344 276 4 0 21 13 111 51 122
Binary 11011100 11100100 10111110 100 0 10001 1011 1001001 101001 1010010

Color Harmonies of #DCE4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE4BE

Black with #DCE4BE

Text Example


Text Example

White with #DCE4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE4BE; }

 p { color: rgb(220,228,190); }

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

background-color css

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

 a { background-color: rgb(220,228,190); }

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

border-color css

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

 span { border-color: rgb(220,228,190); }

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