Html Css Color HEX #DCE7BC Frost

📋 copy color: '#DCE7BC'

red 220 ◦ green 231 ◦ blue 188

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

Shades of Frost #DCE7BC

Tints of Frost #DCE7BC

RGB

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

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

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

R = 34.43%
G = 36.15%
B = 29.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#DCE7BC (or 0xDCE7BC) is known color: Frost. HEX triplet: DC, E7 and BC. RGB value is (220,231,188). Sum of RGB (Red+Green+Blue) = 220+231+188=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7BC is #231843. Grayscale: #DEDEDE. Windows color (decimal): -2299972 or 12380124. OLE color: 12380124.

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

Color convert

RGB 220 231 188 -
CMYK 0.05 0 0.19 0.09
HSL 75.35º 0.47% 0.82% -
HSV(B) 75.35º 0.19% 0.91% -
XYZ 67.17 76 58.71 -
YUV 222.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 220 231 188 0.05 0 0.19 0.09 75.35 0.47 0.82
Hex DC E7 BC 5 0 13 9 4B 2F 52
Octal 334 347 274 5 0 23 11 113 57 122
Binary 11011100 11100111 10111100 101 0 10011 1001 1001011 101111 1010010

Color Harmonies of #DCE7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE7BC

Black with #DCE7BC

Text Example


Text Example

White with #DCE7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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