Html Css Color HEX #D5CFD6 Thistle

📋 copy color: '#D5CFD6'

red 213 ◦ green 207 ◦ blue 214

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

Shades of Thistle #D5CFD6

Tints of Thistle #D5CFD6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.65%

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

R = 33.6%
G = 32.65%
B = 33.75%

CMYK

 C value IS 0.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D5CFD6 (or 0xD5CFD6) is known color: Thistle. HEX triplet: D5, CF and D6. RGB value is (213,207,214). Sum of RGB (Red+Green+Blue) = 213+207+214=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 214 - color contains mainly: blue. Hex color #D5CFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFD6 is #2A3029. Grayscale: #D1D1D1. Windows color (decimal): -2764842 or 14077909. OLE color: 14077909.

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

Color convert

RGB 213 207 214 -
CMYK 0.00 0.03 0 0.16
HSL 291.43º 0.08% 0.83% -
HSV(B) 291.43º 0.03% 0.84% -
XYZ 61.89 63.63 72.64 -
YUV 209.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 213 207 214 0.00 0.03 0 0.16 291.43 0.08 0.83
Hex D5 CF D6 0 3 0 10 123 8 53
Octal 325 317 326 0 3 0 20 443 10 123
Binary 11010101 11001111 11010110 0 11 0 10000 100100011 1000 1010011

Color Harmonies of #D5CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CFD6

Black with #D5CFD6

Text Example


Text Example

White with #D5CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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