Html Css Color HEX #D4CDD5 Thistle

📋 copy color: '#D4CDD5'

red 212 ◦ green 205 ◦ blue 213

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

Shades of Thistle #D4CDD5

Tints of Thistle #D4CDD5

RGB

 RED value IS 212 (83.2% from 255) = 33.65%

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

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

R = 33.65%
G = 32.54%
B = 33.81%

CMYK

 C value IS 0.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D4CDD5 (or 0xD4CDD5) is known color: Thistle. HEX triplet: D4, CD and D5. RGB value is (212,205,213). Sum of RGB (Red+Green+Blue) = 212+205+213=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDD5 is #2B322A. Grayscale: #CFCFCF. Windows color (decimal): -2830891 or 14011860. OLE color: 14011860.

HSL color Cylindrical-coordinate representation of color #D4CDD5: hue angle of 292.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CDD5 is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 205 213 -
CMYK 0.00 0.04 0 0.16
HSL 292.5º 0.09% 0.82% -
HSV(B) 292.5º 0.04% 0.84% -
XYZ 60.99 62.46 71.79 -
YUV 208.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 212 205 213 0.00 0.04 0 0.16 292.5 0.09 0.82
Hex D4 CD D5 0 4 0 10 124 9 52
Octal 324 315 325 0 4 0 20 444 11 122
Binary 11010100 11001101 11010101 0 100 0 10000 100100100 1001 1010010

Color Harmonies of #D4CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CDD5

Black with #D4CDD5

Text Example


Text Example

White with #D4CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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