#CDC2CE

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

Shades of Thistle #CDC2CE

Tints of Thistle #CDC2CE

Color information

#CDC2CE (or 0xCDC2CE) is unknown color: approx Thistle. HEX triplet: CD, C2 and CE. RGB value is (205,194,206). Sum of RGB (Red+Green+Blue) = 205+194+206=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC2CE is #323D31. Grayscale: #C6C6C6. Windows color (decimal): -3292466 or 13550285. OLE color: 13550285.

HSL color Cylindrical-coordinate representation of color #CDC2CE: hue angle of 295º degrees, saturation: 0.11, 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 #CDC2CE is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205194206-
CMYK0.000.0600.19
HSL295º10.91%78.43%-
HSV(B)295º5.83%80.78%-
XYZ55.6156.0266.27-
YUV198.66132.14132.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 194 (76.17% from 255) = 32.07%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=33.88%
G=32.07%
B=34.05%

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
Decimal2051942060.000.0600.1929510.9178.43
HexCDC2CE06013127b4e
Octal3153023160602344713116
Binary110011011100001011001110011001001110010011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC2CE; }

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

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

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

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

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

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

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

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