#CDB8CF

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

Shades of Thistle #CDB8CF

Tints of Thistle #CDB8CF

Color information

#CDB8CF (or 0xCDB8CF) is unknown color: approx Thistle. HEX triplet: CD, B8 and CF. RGB value is (205,184,207). Sum of RGB (Red+Green+Blue) = 205+184+207=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDB8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8CF is #324730. Grayscale: #C0C0C0. Windows color (decimal): -3295025 or 13613261. OLE color: 13613261.

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

Color convert

RGB205184207-
CMYK0.010.1100.19
HSL294.78º19.33%76.67%-
HSV(B)294.78º11.11%81.18%-
XYZ53.5851.7766.2-
YUV192.9135.96136.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 184 (72.27% from 255) = 30.87%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=34.40%
G=30.87%
B=34.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051842070.010.1100.19294.7819.3376.67
HexCDB8CF1B013127134d
Octal31527031711302344723115
Binary11001101101110001100111111011010011100100111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB8CF; }

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

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

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

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

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

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

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

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