#CDB9CE

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

Shades of Thistle #CDB9CE

Tints of Thistle #CDB9CE

Color information

#CDB9CE (or 0xCDB9CE) is unknown color: approx Thistle. HEX triplet: CD, B9 and CE. RGB value is (205,185,206). Sum of RGB (Red+Green+Blue) = 205+185+206=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9CE is #324631. Grayscale: #C1C1C1. Windows color (decimal): -3294770 or 13547981. OLE color: 13547981.

HSL color Cylindrical-coordinate representation of color #CDB9CE: hue angle of 297.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDB9CE is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205185206-
CMYK0.000.1000.19
HSL297.14º17.65%76.67%-
HSV(B)297.14º10.19%80.78%-
XYZ53.6752.1365.63-
YUV193.37135.13136.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 185 (72.66% from 255) = 31.04%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=34.40%
G=31.04%
B=34.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051852060.000.1000.19297.1417.6576.67
HexCDB9CE0A013129124d
Octal31527131601202345122115
Binary11001101101110011100111001010010011100101001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9CE; }

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

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

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

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

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

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

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

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