Html Css Color HEX #D8CDD8 Thistle

📋 copy color: '#D8CDD8'

red 216 ◦ green 205 ◦ blue 216

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

Shades of Thistle #D8CDD8

Tints of Thistle #D8CDD8

RGB

 RED value IS 216 (84.77% from 255) = 33.91%

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

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

R = 33.91%
G = 32.18%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D8CDD8 (or 0xD8CDD8) is known color: Thistle. HEX triplet: D8, CD and D8. RGB value is (216,205,216). Sum of RGB (Red+Green+Blue) = 216+205+216=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D8CDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDD8 is #273227. Grayscale: #D1D1D1. Windows color (decimal): -2568744 or 14208472. OLE color: 14208472.

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

Color convert

RGB 216 205 216 -
CMYK 0 0.05 0 0.15
HSL 300º 0.12% 0.83% -
HSV(B) 300º 0.05% 0.85% -
XYZ 62.54 63.22 73.87 -
YUV 209.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 216 205 216 0 0.05 0 0.15 300 0.12 0.83
Hex D8 CD D8 0 5 0 F 12C C 53
Octal 330 315 330 0 5 0 17 454 14 123
Binary 11011000 11001101 11011000 0 101 0 1111 100101100 1100 1010011

Color Harmonies of #D8CDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CDD8

Black with #D8CDD8

Text Example


Text Example

White with #D8CDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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