Html Css Color HEX #D7C2DC Thistle

📋 copy color: '#D7C2DC'

red 215 ◦ green 194 ◦ blue 220

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

Shades of Thistle #D7C2DC

Tints of Thistle #D7C2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.84%

 BLUE value IS 220 (86.33% from 255) = 34.98%

R = 34.18%
G = 30.84%
B = 34.98%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7C2DC (or 0xD7C2DC) is known color: Thistle. HEX triplet: D7, C2 and DC. RGB value is (215,194,220). Sum of RGB (Red+Green+Blue) = 215+194+220=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2DC is #283D23. Grayscale: #CBCBCB. Windows color (decimal): -2637092 or 14467799. OLE color: 14467799.

HSL color Cylindrical-coordinate representation of color #D7C2DC: hue angle of 288.46º degrees, saturation: 0.27, 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 #D7C2DC is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 194 220 -
CMYK 0.02 0.12 0 0.14
HSL 288.46º 0.27% 0.81% -
HSV(B) 288.46º 0.12% 0.86% -
XYZ 60.23 58.2 75.77 -
YUV 203.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 215 194 220 0.02 0.12 0 0.14 288.46 0.27 0.81
Hex D7 C2 DC 2 C 0 E 120 1B 51
Octal 327 302 334 2 14 0 16 440 33 121
Binary 11010111 11000010 11011100 10 1100 0 1110 100100000 11011 1010001

Color Harmonies of #D7C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C2DC

Black with #D7C2DC

Text Example


Text Example

White with #D7C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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