Html Css Color HEX #D6CDD7 Thistle

📋 copy color: '#D6CDD7'

red 214 ◦ green 205 ◦ blue 215

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

Shades of Thistle #D6CDD7

Tints of Thistle #D6CDD7

RGB

 RED value IS 214 (83.98% from 255) = 33.75%

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

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

R = 33.75%
G = 32.33%
B = 33.91%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D6CDD7 (or 0xD6CDD7) is known color: Thistle. HEX triplet: D6, CD and D7. RGB value is (214,205,215). Sum of RGB (Red+Green+Blue) = 214+205+215=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 215 - color contains mainly: blue. Hex color #D6CDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDD7 is #293228. Grayscale: #D0D0D0. Windows color (decimal): -2699817 or 14142934. OLE color: 14142934.

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

Color convert

RGB 214 205 215 -
CMYK 0.00 0.05 0 0.16
HSL 294º 0.11% 0.82% -
HSV(B) 294º 0.05% 0.84% -
XYZ 61.83 62.87 73.17 -
YUV 208.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 214 205 215 0.00 0.05 0 0.16 294 0.11 0.82
Hex D6 CD D7 0 5 0 10 126 B 52
Octal 326 315 327 0 5 0 20 446 13 122
Binary 11010110 11001101 11010111 0 101 0 10000 100100110 1011 1010010

Color Harmonies of #D6CDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDD7

Black with #D6CDD7

Text Example


Text Example

White with #D6CDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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