Html Css Color HEX #D8DCC3 Frost

📋 copy color: '#D8DCC3'

red 216 ◦ green 220 ◦ blue 195

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

Shades of Frost #D8DCC3

Tints of Frost #D8DCC3

RGB

 RED value IS 216 (84.77% from 255) = 34.23%

 GREEN value IS 220 (86.33% from 255) = 34.87%

 BLUE value IS 195 (76.56% from 255) = 30.9%

R = 34.23%
G = 34.87%
B = 30.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#D8DCC3 (or 0xD8DCC3) is known color: Frost. HEX triplet: D8, DC and C3. RGB value is (216,220,195). Sum of RGB (Red+Green+Blue) = 216+220+195=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCC3 is #27233C. Grayscale: #D8D8D8. Windows color (decimal): -2564925 or 12836056. OLE color: 12836056.

HSL color Cylindrical-coordinate representation of color #D8DCC3: hue angle of 69.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8DCC3 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 220 195 -
CMYK 0.02 0 0.11 0.14
HSL 69.6º 0.26% 0.81% -
HSV(B) 69.6º 0.11% 0.86% -
XYZ 63.76 69.73 61.73 -
YUV 215.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 216 220 195 0.02 0 0.11 0.14 69.6 0.26 0.81
Hex D8 DC C3 2 0 B E 46 1A 51
Octal 330 334 303 2 0 13 16 106 32 121
Binary 11011000 11011100 11000011 10 0 1011 1110 1000110 11010 1010001

Color Harmonies of #D8DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DCC3

Black with #D8DCC3

Text Example


Text Example

White with #D8DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DCC3; }

 p { color: rgb(216,220,195); }

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

background-color css

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

 a { background-color: rgb(216,220,195); }

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

border-color css

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

 span { border-color: rgb(216,220,195); }

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