Html Css Color HEX #D8DDC1 Frost

📋 copy color: '#D8DDC1'

red 216 ◦ green 221 ◦ blue 193

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

Shades of Frost #D8DDC1

Tints of Frost #D8DDC1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.08%

 BLUE value IS 193 (75.78% from 255) = 30.63%

R = 34.29%
G = 35.08%
B = 30.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#D8DDC1 (or 0xD8DDC1) is known color: Frost. HEX triplet: D8, DD and C1. RGB value is (216,221,193). Sum of RGB (Red+Green+Blue) = 216+221+193=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDC1 is #27223E. Grayscale: #D8D8D8. Windows color (decimal): -2564671 or 12705240. OLE color: 12705240.

HSL color Cylindrical-coordinate representation of color #D8DDC1: hue angle of 70.71º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8DDC1 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 193 -
CMYK 0.02 0 0.13 0.13
HSL 70.71º 0.29% 0.81% -
HSV(B) 70.71º 0.13% 0.87% -
XYZ 63.8 70.16 60.63 -
YUV 216.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 216 221 193 0.02 0 0.13 0.13 70.71 0.29 0.81
Hex D8 DD C1 2 0 D D 47 1D 51
Octal 330 335 301 2 0 15 15 107 35 121
Binary 11011000 11011101 11000001 10 0 1101 1101 1000111 11101 1010001

Color Harmonies of #D8DDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDC1

Black with #D8DDC1

Text Example


Text Example

White with #D8DDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDC1; }

 p { color: rgb(216,221,193); }

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

background-color css

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

 a { background-color: rgb(216,221,193); }

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

border-color css

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

 span { border-color: rgb(216,221,193); }

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