#CDB8CC

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

Shades of Thistle #CDB8CC

Tints of Thistle #CDB8CC

Color information

#CDB8CC (or 0xCDB8CC) is unknown color: approx Thistle. HEX triplet: CD, B8 and CC. RGB value is (205,184,204). Sum of RGB (Red+Green+Blue) = 205+184+204=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8CC is #324733. Grayscale: #C0C0C0. Windows color (decimal): -3295028 or 13416653. OLE color: 13416653.

HSL color Cylindrical-coordinate representation of color #CDB8CC: hue angle of 302.86º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDB8CC is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB205184204-
CMYK00.100.000.20
HSL302.86º17.36%76.27%-
HSV(B)302.86º10.24%80.39%-
XYZ53.2251.6264.29-
YUV192.56134.46136.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 184 (72.27% from 255) = 31.03%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=34.57%
G=31.03%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518420400.100.000.20302.8617.3676.27
HexCDB8CC0A01412f114c
Octal31527031401202445721114
Binary11001101101110001100110001010010100100101111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB8CC; }

 p { color: rgb(205,184,204); }

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

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

 a { background-color: rgb(205,184,204); }

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

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

 span { border-color: rgb(205,184,204); }

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