#CDC2CB

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

Shades of Thistle #CDC2CB

Tints of Thistle #CDC2CB

Color information

#CDC2CB (or 0xCDC2CB) is unknown color: approx Thistle. HEX triplet: CD, C2 and CB. RGB value is (205,194,203). Sum of RGB (Red+Green+Blue) = 205+194+203=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC2CB is #323D34. Grayscale: #C6C6C6. Windows color (decimal): -3292469 or 13353677. OLE color: 13353677.

HSL color Cylindrical-coordinate representation of color #CDC2CB: hue angle of 310.91º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDC2CB is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205194203-
CMYK00.050.010.20
HSL310.91º9.91%78.24%-
HSV(B)310.91º5.37%80.39%-
XYZ55.2555.8764.37-
YUV198.32130.64132.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 194 (76.17% from 255) = 32.23%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=34.05%
G=32.23%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519420300.050.010.20310.919.9178.24
HexCDC2CB05114137a4e
Octal3153023130512446712116
Binary110011011100001011001011010111010010011011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC2CB; }

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

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

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

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

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

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

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

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