Html Css Color HEX #D7CDD7 Thistle

📋 copy color: '#D7CDD7'

red 215 ◦ green 205 ◦ blue 215

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

Shades of Thistle #D7CDD7

Tints of Thistle #D7CDD7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.28%

 BLUE value IS 215 (84.38% from 255) = 33.86%

R = 33.86%
G = 32.28%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D7CDD7 (or 0xD7CDD7) is known color: Thistle. HEX triplet: D7, CD and D7. RGB value is (215,205,215). Sum of RGB (Red+Green+Blue) = 215+205+215=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D7CDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDD7 is #283228. Grayscale: #D1D1D1. Windows color (decimal): -2634281 or 14142935. OLE color: 14142935.

HSL color Cylindrical-coordinate representation of color #D7CDD7: hue angle of 300º degrees, saturation: 0.11, 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 #D7CDD7 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 205 215 -
CMYK 0 0.05 0 0.16
HSL 300º 0.11% 0.82% -
HSV(B) 300º 0.05% 0.84% -
XYZ 62.12 63.02 73.18 -
YUV 209.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 215 205 215 0 0.05 0 0.16 300 0.11 0.82
Hex D7 CD D7 0 5 0 10 12C B 52
Octal 327 315 327 0 5 0 20 454 13 122
Binary 11010111 11001101 11010111 0 101 0 10000 100101100 1011 1010010

Color Harmonies of #D7CDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CDD7

Black with #D7CDD7

Text Example


Text Example

White with #D7CDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CDD7; }

 p { color: rgb(215,205,215); }

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

background-color css

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

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

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

border-color css

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

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

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