Html Css Color HEX #D7CCD6 Thistle

📋 copy color: '#D7CCD6'

red 215 ◦ green 204 ◦ blue 214

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

Shades of Thistle #D7CCD6

Tints of Thistle #D7CCD6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.23%

 BLUE value IS 214 (83.98% from 255) = 33.81%

R = 33.97%
G = 32.23%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D7CCD6 (or 0xD7CCD6) is known color: Thistle. HEX triplet: D7, CC and D6. RGB value is (215,204,214). Sum of RGB (Red+Green+Blue) = 215+204+214=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCD6 is #283329. Grayscale: #D0D0D0. Windows color (decimal): -2634538 or 14077143. OLE color: 14077143.

HSL color Cylindrical-coordinate representation of color #D7CCD6: hue angle of 305.45º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7CCD6 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 204 214 -
CMYK 0 0.05 0.00 0.16
HSL 305.45º 0.12% 0.82% -
HSV(B) 305.45º 0.05% 0.84% -
XYZ 61.75 62.49 72.42 -
YUV 208.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 215 204 214 0 0.05 0.00 0.16 305.45 0.12 0.82
Hex D7 CC D6 0 5 0 10 131 C 52
Octal 327 314 326 0 5 0 20 461 14 122
Binary 11010111 11001100 11010110 0 101 0 10000 100110001 1100 1010010

Color Harmonies of #D7CCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CCD6

Black with #D7CCD6

Text Example


Text Example

White with #D7CCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CCD6; }

 p { color: rgb(215,204,214); }

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

background-color css

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

 a { background-color: rgb(215,204,214); }

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

border-color css

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

 span { border-color: rgb(215,204,214); }

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