Html Css Color HEX #D8DCC6 Frost

📋 copy color: '#D8DCC6'

red 216 ◦ green 220 ◦ blue 198

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

Shades of Frost #D8DCC6

Tints of Frost #D8DCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.23%

R = 34.07%
G = 34.7%
B = 31.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#D8DCC6 (or 0xD8DCC6) is known color: Frost. HEX triplet: D8, DC and C6. RGB value is (216,220,198). Sum of RGB (Red+Green+Blue) = 216+220+198=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCC6 is #272339. Grayscale: #D8D8D8. Windows color (decimal): -2564922 or 13032664. OLE color: 13032664.

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

Color convert

RGB 216 220 198 -
CMYK 0.02 0 0.1 0.14
HSL 70.91º 0.24% 0.82% -
HSV(B) 70.91º 0.1% 0.86% -
XYZ 64.11 69.86 63.53 -
YUV 216.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 216 220 198 0.02 0 0.1 0.14 70.91 0.24 0.82
Hex D8 DC C6 2 0 A E 47 18 52
Octal 330 334 306 2 0 12 16 107 30 122
Binary 11011000 11011100 11000110 10 0 1010 1110 1000111 11000 1010010

Color Harmonies of #D8DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DCC6

Black with #D8DCC6

Text Example


Text Example

White with #D8DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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