Html Css Color HEX #DCE7BE Frost

📋 copy color: '#DCE7BE'

red 220 ◦ green 231 ◦ blue 190

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

Shades of Frost #DCE7BE

Tints of Frost #DCE7BE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.04%

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

R = 34.32%
G = 36.04%
B = 29.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#DCE7BE (or 0xDCE7BE) is known color: Frost. HEX triplet: DC, E7 and BE. RGB value is (220,231,190). Sum of RGB (Red+Green+Blue) = 220+231+190=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7BE is #231841. Grayscale: #DFDFDF. Windows color (decimal): -2299970 or 12511196. OLE color: 12511196.

HSL color Cylindrical-coordinate representation of color #DCE7BE: hue angle of 76.1º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCE7BE is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 231 190 -
CMYK 0.05 0 0.18 0.09
HSL 76.1º 0.46% 0.83% -
HSV(B) 76.1º 0.18% 0.91% -
XYZ 67.39 76.09 59.85 -
YUV 223.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 220 231 190 0.05 0 0.18 0.09 76.1 0.46 0.83
Hex DC E7 BE 5 0 12 9 4C 2E 53
Octal 334 347 276 5 0 22 11 114 56 123
Binary 11011100 11100111 10111110 101 0 10010 1001 1001100 101110 1010011

Color Harmonies of #DCE7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE7BE

Black with #DCE7BE

Text Example


Text Example

White with #DCE7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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