#CDC8CE

Color #CDC8CE Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #CDC8CE

Tints of Thistle #CDC8CE

Color information

#CDC8CE (or 0xCDC8CE) is unknown color: approx Thistle. HEX triplet: CD, C8 and CE. RGB value is (205,200,206). Sum of RGB (Red+Green+Blue) = 205+200+206=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8CE is #323731. Grayscale: #CACACA. Windows color (decimal): -3290930 or 13551821. OLE color: 13551821.

HSL color Cylindrical-coordinate representation of color #CDC8CE: hue angle of 290º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDC8CE is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205200206-
CMYK0.000.0300.19
HSL290º5.77%79.61%-
HSV(B)290º2.91%80.78%-
XYZ56.9758.7466.73-
YUV202.18130.16130.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=33.55%
G=32.73%
B=33.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052002060.000.0300.192905.7779.61
HexCDC8CE03013122650
Octal315310316030234426120
Binary1100110111001000110011100110100111001000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8CE; }

 p { color: rgb(205,200,206); }

 H1.HeaderClassName
 {
   color: #CDC8CE;
 }
 .AnyTagClassName
 {
   color: #CDC8CE;
 }
</style>
background-color css

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

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

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

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

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

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