Html Css Color HEX #DCE7B8 Frost

📋 copy color: '#DCE7B8'

red 220 ◦ green 231 ◦ blue 184

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

Shades of Frost #DCE7B8

Tints of Frost #DCE7B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 28.98%

R = 34.65%
G = 36.38%
B = 28.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#DCE7B8 (or 0xDCE7B8) is known color: Frost. HEX triplet: DC, E7 and B8. RGB value is (220,231,184). Sum of RGB (Red+Green+Blue) = 220+231+184=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 184 (72.27% from 255 or 28.98% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7B8 is #231847. Grayscale: #DEDEDE. Windows color (decimal): -2299976 or 12117980. OLE color: 12117980.

HSL color Cylindrical-coordinate representation of color #DCE7B8: hue angle of 74.04º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCE7B8 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 231 184 -
CMYK 0.05 0 0.20 0.09
HSL 74.04º 0.49% 0.81% -
HSV(B) 74.04º 0.2% 0.91% -
XYZ 66.74 75.83 56.47 -
YUV 222.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 220 231 184 0.05 0 0.20 0.09 74.04 0.49 0.81
Hex DC E7 B8 5 0 14 9 4A 31 51
Octal 334 347 270 5 0 24 11 112 61 121
Binary 11011100 11100111 10111000 101 0 10100 1001 1001010 110001 1010001

Color Harmonies of #DCE7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE7B8

Black with #DCE7B8

Text Example


Text Example

White with #DCE7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE7B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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