Html Css Color HEX #D5CED5 Thistle

📋 copy color: '#D5CED5'

red 213 ◦ green 206 ◦ blue 213

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

Shades of Thistle #D5CED5

Tints of Thistle #D5CED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.59%

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

R = 33.7%
G = 32.59%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D5CED5 (or 0xD5CED5) is known color: Thistle. HEX triplet: D5, CE and D5. RGB value is (213,206,213). Sum of RGB (Red+Green+Blue) = 213+206+213=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D5CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CED5 is #2A312A. Grayscale: #D0D0D0. Windows color (decimal): -2765099 or 14012117. OLE color: 14012117.

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

Color convert

RGB 213 206 213 -
CMYK 0 0.03 0 0.16
HSL 300º 0.08% 0.82% -
HSV(B) 300º 0.03% 0.84% -
XYZ 61.52 63.09 71.89 -
YUV 208.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 213 206 213 0 0.03 0 0.16 300 0.08 0.82
Hex D5 CE D5 0 3 0 10 12C 8 52
Octal 325 316 325 0 3 0 20 454 10 122
Binary 11010101 11001110 11010101 0 11 0 10000 100101100 1000 1010010

Color Harmonies of #D5CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CED5

Black with #D5CED5

Text Example


Text Example

White with #D5CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CED5; }

 p { color: rgb(213,206,213); }

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

background-color css

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

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

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

border-color css

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

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

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