#CDC4CE

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

Shades of Thistle #CDC4CE

Tints of Thistle #CDC4CE

Color information

#CDC4CE (or 0xCDC4CE) is unknown color: approx Thistle. HEX triplet: CD, C4 and CE. RGB value is (205,196,206). Sum of RGB (Red+Green+Blue) = 205+196+206=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4CE is #323B31. Grayscale: #C7C7C7. Windows color (decimal): -3291954 or 13550797. OLE color: 13550797.

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

Color convert

RGB205196206-
CMYK0.000.0500.19
HSL294º9.26%78.82%-
HSV(B)294º4.85%80.78%-
XYZ56.0656.9266.42-
YUV199.83131.48131.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=33.77%
G=32.29%
B=33.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051962060.000.0500.192949.2678.82
HexCDC4CE0501312694f
Octal3153043160502344611117
Binary110011011100010011001110010101001110010011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC4CE; }

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

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

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

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

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

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

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

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