Html Css Color HEX #D6CDD8 Thistle

📋 copy color: '#D6CDD8'

red 214 ◦ green 205 ◦ blue 216

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

Shades of Thistle #D6CDD8

Tints of Thistle #D6CDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.02%

R = 33.7%
G = 32.28%
B = 34.02%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D6CDD8 (or 0xD6CDD8) is known color: Thistle. HEX triplet: D6, CD and D8. RGB value is (214,205,216). Sum of RGB (Red+Green+Blue) = 214+205+216=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6CDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDD8 is #293227. Grayscale: #D0D0D0. Windows color (decimal): -2699816 or 14208470. OLE color: 14208470.

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

Color convert

RGB 214 205 216 -
CMYK 0.01 0.05 0 0.15
HSL 289.09º 0.12% 0.83% -
HSV(B) 289.09º 0.05% 0.85% -
XYZ 61.96 62.92 73.84 -
YUV 208.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 214 205 216 0.01 0.05 0 0.15 289.09 0.12 0.83
Hex D6 CD D8 1 5 0 F 121 C 53
Octal 326 315 330 1 5 0 17 441 14 123
Binary 11010110 11001101 11011000 1 101 0 1111 100100001 1100 1010011

Color Harmonies of #D6CDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDD8

Black with #D6CDD8

Text Example


Text Example

White with #D6CDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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