Html Css Color HEX #DCE7BD Frost

📋 copy color: '#DCE7BD'

red 220 ◦ green 231 ◦ blue 189

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

Shades of Frost #DCE7BD

Tints of Frost #DCE7BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.53%

R = 34.38%
G = 36.09%
B = 29.53%

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

#DCE7BD (or 0xDCE7BD) is known color: Frost. HEX triplet: DC, E7 and BD. RGB value is (220,231,189). Sum of RGB (Red+Green+Blue) = 220+231+189=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7BD is #231842. Grayscale: #DFDFDF. Windows color (decimal): -2299971 or 12445660. OLE color: 12445660.

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

Color convert

RGB 220 231 189 -
CMYK 0.05 0 0.18 0.09
HSL 75.71º 0.47% 0.82% -
HSV(B) 75.71º 0.18% 0.91% -
XYZ 67.28 76.04 59.28 -
YUV 222.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 220 231 189 0.05 0 0.18 0.09 75.71 0.47 0.82
Hex DC E7 BD 5 0 12 9 4C 2F 52
Octal 334 347 275 5 0 22 11 114 57 122
Binary 11011100 11100111 10111101 101 0 10010 1001 1001100 101111 1010010

Color Harmonies of #DCE7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE7BD

Black with #DCE7BD

Text Example


Text Example

White with #DCE7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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