#CDC1CE

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

Shades of Thistle #CDC1CE

Tints of Thistle #CDC1CE

Color information

#CDC1CE (or 0xCDC1CE) is unknown color: approx Thistle. HEX triplet: CD, C1 and CE. RGB value is (205,193,206). Sum of RGB (Red+Green+Blue) = 205+193+206=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1CE is #323E31. Grayscale: #C6C6C6. Windows color (decimal): -3292722 or 13550029. OLE color: 13550029.

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

Color convert

RGB205193206-
CMYK0.000.0600.19
HSL295.38º11.71%78.24%-
HSV(B)295.38º6.31%80.78%-
XYZ55.3955.5866.2-
YUV198.07132.48132.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 193 (75.78% from 255) = 31.95%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=33.94%
G=31.95%
B=34.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051932060.000.0600.19295.3811.7178.24
HexCDC1CE06013127c4e
Octal3153013160602344714116
Binary110011011100000111001110011001001110010011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1CE; }

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

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

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

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

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

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

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

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