Html Css Color HEX #D0C3CE Thistle

📋 copy color: '#D0C3CE'

red 208 ◦ green 195 ◦ blue 206

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

Shades of Thistle #D0C3CE

Tints of Thistle #D0C3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.02%

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

R = 34.15%
G = 32.02%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0C3CE (or 0xD0C3CE) is known color: Thistle. HEX triplet: D0, C3 and CE. RGB value is (208,195,206). Sum of RGB (Red+Green+Blue) = 208+195+206=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C3CE is #2F3C31. Grayscale: #C8C8C8. Windows color (decimal): -3095602 or 13550544. OLE color: 13550544.

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

Color convert

RGB 208 195 206 -
CMYK 0 0.06 0.01 0.18
HSL 309.23º 0.12% 0.79% -
HSV(B) 309.23º 0.06% 0.82% -
XYZ 56.67 56.9 66.39 -
YUV 200.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 208 195 206 0 0.06 0.01 0.18 309.23 0.12 0.79
Hex D0 C3 CE 0 6 1 12 135 C 4F
Octal 320 303 316 0 6 1 22 465 14 117
Binary 11010000 11000011 11001110 0 110 1 10010 100110101 1100 1001111

Color Harmonies of #D0C3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C3CE

Black with #D0C3CE

Text Example


Text Example

White with #D0C3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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