Html Css Color HEX #D5CBD6 Thistle

📋 copy color: '#D5CBD6'

red 213 ◦ green 203 ◦ blue 214

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

Shades of Thistle #D5CBD6

Tints of Thistle #D5CBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.22%

 BLUE value IS 214 (83.98% from 255) = 33.97%

R = 33.81%
G = 32.22%
B = 33.97%

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

#D5CBD6 (or 0xD5CBD6) is known color: Thistle. HEX triplet: D5, CB and D6. RGB value is (213,203,214). Sum of RGB (Red+Green+Blue) = 213+203+214=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 214 - color contains mainly: blue. Hex color #D5CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBD6 is #2A3429. Grayscale: #CFCFCF. Windows color (decimal): -2765866 or 14076885. OLE color: 14076885.

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

Color convert

RGB 213 203 214 -
CMYK 0.00 0.05 0 0.16
HSL 294.55º 0.12% 0.82% -
HSV(B) 294.55º 0.05% 0.84% -
XYZ 60.93 61.71 72.32 -
YUV 207.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 213 203 214 0.00 0.05 0 0.16 294.55 0.12 0.82
Hex D5 CB D6 0 5 0 10 127 C 52
Octal 325 313 326 0 5 0 20 447 14 122
Binary 11010101 11001011 11010110 0 101 0 10000 100100111 1100 1010010

Color Harmonies of #D5CBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CBD6

Black with #D5CBD6

Text Example


Text Example

White with #D5CBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CBD6; }

 p { color: rgb(213,203,214); }

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

background-color css

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

 a { background-color: rgb(213,203,214); }

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

border-color css

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

 span { border-color: rgb(213,203,214); }

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