Html Css Color HEX #D5CDD4 Thistle

📋 copy color: '#D5CDD4'

red 213 ◦ green 205 ◦ blue 212

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

Shades of Thistle #D5CDD4

Tints of Thistle #D5CDD4

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

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

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

Color convert

RGB 213 205 212 -
CMYK 0 0.04 0.00 0.16
HSL 307.5º 0.09% 0.82% -
HSV(B) 307.5º 0.04% 0.84% -
XYZ 61.16 62.56 71.14 -
YUV 208.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 213 205 212 0 0.04 0.00 0.16 307.5 0.09 0.82
Hex D5 CD D4 0 4 0 10 134 9 52
Octal 325 315 324 0 4 0 20 464 11 122
Binary 11010101 11001101 11010100 0 100 0 10000 100110100 1001 1010010

Color Harmonies of #D5CDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CDD4

Black with #D5CDD4

Text Example


Text Example

White with #D5CDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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