Html Css Color HEX #D7DDC0 Frost

📋 copy color: '#D7DDC0'

red 215 ◦ green 221 ◦ blue 192

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

Shades of Frost #D7DDC0

Tints of Frost #D7DDC0

RGB

 RED value IS 215 (84.38% from 255) = 34.24%

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

 BLUE value IS 192 (75.39% from 255) = 30.57%

R = 34.24%
G = 35.19%
B = 30.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#D7DDC0 (or 0xD7DDC0) is known color: Frost. HEX triplet: D7, DD and C0. RGB value is (215,221,192). Sum of RGB (Red+Green+Blue) = 215+221+192=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDC0 is #28223F. Grayscale: #D8D8D8. Windows color (decimal): -2630208 or 12639703. OLE color: 12639703.

HSL color Cylindrical-coordinate representation of color #D7DDC0: hue angle of 72.41º degrees, saturation: 0.3, 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 #D7DDC0 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 221 192 -
CMYK 0.03 0 0.13 0.13
HSL 72.41º 0.3% 0.81% -
HSV(B) 72.41º 0.13% 0.87% -
XYZ 63.4 69.97 60.03 -
YUV 215.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 215 221 192 0.03 0 0.13 0.13 72.41 0.3 0.81
Hex D7 DD C0 3 0 D D 48 1E 51
Octal 327 335 300 3 0 15 15 110 36 121
Binary 11010111 11011101 11000000 11 0 1101 1101 1001000 11110 1010001

Color Harmonies of #D7DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DDC0

Black with #D7DDC0

Text Example


Text Example

White with #D7DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DDC0; }

 p { color: rgb(215,221,192); }

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

background-color css

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

 a { background-color: rgb(215,221,192); }

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

border-color css

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

 span { border-color: rgb(215,221,192); }

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