Html Css Color HEX #D7CDD9 Thistle

📋 copy color: '#D7CDD9'

red 215 ◦ green 205 ◦ blue 217

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

Shades of Thistle #D7CDD9

Tints of Thistle #D7CDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.07%

R = 33.75%
G = 32.18%
B = 34.07%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D7CDD9 (or 0xD7CDD9) is known color: Thistle. HEX triplet: D7, CD and D9. RGB value is (215,205,217). Sum of RGB (Red+Green+Blue) = 215+205+217=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 217 - color contains mainly: blue. Hex color #D7CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDD9 is #283226. Grayscale: #D1D1D1. Windows color (decimal): -2634279 or 14274007. OLE color: 14274007.

HSL color Cylindrical-coordinate representation of color #D7CDD9: hue angle of 290º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D7CDD9 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 205 217 -
CMYK 0.01 0.06 0 0.15
HSL 290º 0.14% 0.83% -
HSV(B) 290º 0.06% 0.85% -
XYZ 62.38 63.12 74.54 -
YUV 209.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 215 205 217 0.01 0.06 0 0.15 290 0.14 0.83
Hex D7 CD D9 1 6 0 F 122 E 53
Octal 327 315 331 1 6 0 17 442 16 123
Binary 11010111 11001101 11011001 1 110 0 1111 100100010 1110 1010011

Color Harmonies of #D7CDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CDD9

Black with #D7CDD9

Text Example


Text Example

White with #D7CDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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