Html Css Color HEX #D7DCC0 Frost

📋 copy color: '#D7DCC0'

red 215 ◦ green 220 ◦ blue 192

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

Shades of Frost #D7DCC0

Tints of Frost #D7DCC0

RGB

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

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

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

R = 34.29%
G = 35.09%
B = 30.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#D7DCC0 (or 0xD7DCC0) is known color: Frost. HEX triplet: D7, DC and C0. RGB value is (215,220,192). Sum of RGB (Red+Green+Blue) = 215+220+192=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCC0 is #28233F. Grayscale: #D7D7D7. Windows color (decimal): -2630464 or 12639447. OLE color: 12639447.

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

Color convert

RGB 215 220 192 -
CMYK 0.02 0 0.13 0.14
HSL 70.71º 0.29% 0.81% -
HSV(B) 70.71º 0.13% 0.86% -
XYZ 63.13 69.44 59.94 -
YUV 215.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 215 220 192 0.02 0 0.13 0.14 70.71 0.29 0.81
Hex D7 DC C0 2 0 D E 47 1D 51
Octal 327 334 300 2 0 15 16 107 35 121
Binary 11010111 11011100 11000000 10 0 1101 1110 1000111 11101 1010001

Color Harmonies of #D7DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCC0

Black with #D7DCC0

Text Example


Text Example

White with #D7DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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