Html Css Color HEX #D7DCC1 Frost

📋 copy color: '#D7DCC1'

red 215 ◦ green 220 ◦ blue 193

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

Shades of Frost #D7DCC1

Tints of Frost #D7DCC1

RGB

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

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

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

R = 34.24%
G = 35.03%
B = 30.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#D7DCC1 (or 0xD7DCC1) is known color: Frost. HEX triplet: D7, DC and C1. RGB value is (215,220,193). Sum of RGB (Red+Green+Blue) = 215+220+193=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCC1 is #28233E. Grayscale: #D7D7D7. Windows color (decimal): -2630463 or 12704983. OLE color: 12704983.

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

Color convert

RGB 215 220 193 -
CMYK 0.02 0 0.12 0.14
HSL 71.11º 0.28% 0.81% -
HSV(B) 71.11º 0.12% 0.86% -
XYZ 63.24 69.48 60.53 -
YUV 215.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 215 220 193 0.02 0 0.12 0.14 71.11 0.28 0.81
Hex D7 DC C1 2 0 C E 47 1C 51
Octal 327 334 301 2 0 14 16 107 34 121
Binary 11010111 11011100 11000001 10 0 1100 1110 1000111 11100 1010001

Color Harmonies of #D7DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCC1

Black with #D7DCC1

Text Example


Text Example

White with #D7DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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