#CDB4CE

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

Shades of Thistle #CDB4CE

Tints of Thistle #CDB4CE

Color information

#CDB4CE (or 0xCDB4CE) is unknown color: approx Thistle. HEX triplet: CD, B4 and CE. RGB value is (205,180,206). Sum of RGB (Red+Green+Blue) = 205+180+206=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4CE is #324B31. Grayscale: #BEBEBE. Windows color (decimal): -3296050 or 13546701. OLE color: 13546701.

HSL color Cylindrical-coordinate representation of color #CDB4CE: hue angle of 297.69º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB4CE is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205180206-
CMYK0.000.1300.19
HSL297.69º20.97%75.69%-
HSV(B)297.69º12.62%80.78%-
XYZ52.6450.0865.28-
YUV190.44136.78138.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=34.69%
G=30.46%
B=34.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051802060.000.1300.19297.6920.9775.69
HexCDB4CE0D01312a154c
Octal31526431601502345225114
Binary11001101101101001100111001101010011100101010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4CE; }

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

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

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

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

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

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

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

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