Html Css Color HEX #D7CDD5 Thistle

📋 copy color: '#D7CDD5'

red 215 ◦ green 205 ◦ blue 213

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

Shades of Thistle #D7CDD5

Tints of Thistle #D7CDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.65%

R = 33.97%
G = 32.39%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D7CDD5 (or 0xD7CDD5) is known color: Thistle. HEX triplet: D7, CD and D5. RGB value is (215,205,213). Sum of RGB (Red+Green+Blue) = 215+205+213=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDD5 is #28322A. Grayscale: #D0D0D0. Windows color (decimal): -2634283 or 14011863. OLE color: 14011863.

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

Color convert

RGB 215 205 213 -
CMYK 0 0.05 0.01 0.16
HSL 312º 0.11% 0.82% -
HSV(B) 312º 0.05% 0.84% -
XYZ 61.87 62.91 71.83 -
YUV 208.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 215 205 213 0 0.05 0.01 0.16 312 0.11 0.82
Hex D7 CD D5 0 5 1 10 138 B 52
Octal 327 315 325 0 5 1 20 470 13 122
Binary 11010111 11001101 11010101 0 101 1 10000 100111000 1011 1010010

Color Harmonies of #D7CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CDD5

Black with #D7CDD5

Text Example


Text Example

White with #D7CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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