Html Css Color HEX #D0C1CE Thistle

📋 copy color: '#D0C1CE'

red 208 ◦ green 193 ◦ blue 206

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

Shades of Thistle #D0C1CE

Tints of Thistle #D0C1CE

RGB

 RED value IS 208 (81.64% from 255) = 34.27%

 GREEN value IS 193 (75.78% from 255) = 31.8%

 BLUE value IS 206 (80.86% from 255) = 33.94%

R = 34.27%
G = 31.8%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0C1CE (or 0xD0C1CE) is known color: Thistle. HEX triplet: D0, C1 and CE. RGB value is (208,193,206). Sum of RGB (Red+Green+Blue) = 208+193+206=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C1CE is #2F3E31. Grayscale: #C6C6C6. Windows color (decimal): -3096114 or 13550032. OLE color: 13550032.

HSL color Cylindrical-coordinate representation of color #D0C1CE: hue angle of 308º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0C1CE is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 193 206 -
CMYK 0 0.07 0.01 0.18
HSL 308º 0.14% 0.79% -
HSV(B) 308º 0.07% 0.82% -
XYZ 56.22 56.01 66.24 -
YUV 198.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 208 193 206 0 0.07 0.01 0.18 308 0.14 0.79
Hex D0 C1 CE 0 7 1 12 134 E 4F
Octal 320 301 316 0 7 1 22 464 16 117
Binary 11010000 11000001 11001110 0 111 1 10010 100110100 1110 1001111

Color Harmonies of #D0C1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C1CE

Black with #D0C1CE

Text Example


Text Example

White with #D0C1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C1CE; }

 p { color: rgb(208,193,206); }

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

background-color css

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

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

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

border-color css

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

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

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