#CDBAD6

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

Shades of Prelude #CDBAD6

Tints of Prelude #CDBAD6

Color information

#CDBAD6 (or 0xCDBAD6) is unknown color: approx Prelude. HEX triplet: CD, BA and D6. RGB value is (205,186,214). Sum of RGB (Red+Green+Blue) = 205+186+214=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDBAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAD6 is #324529. Grayscale: #C2C2C2. Windows color (decimal): -3294506 or 14072525. OLE color: 14072525.

HSL color Cylindrical-coordinate representation of color #CDBAD6: hue angle of 280.71º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDBAD6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205186214-
CMYK0.040.1300.16
HSL280.71º25.45%78.43%-
HSV(B)280.71º13.08%83.92%-
XYZ54.8752.9570.95-
YUV194.87138.79135.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 214 (83.98% from 255) = 35.37%
R=33.88%
G=30.74%
B=35.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051862140.040.1300.16280.7125.4578.43
HexCDBAD64D010119194e
Octal31527232641502043131116
Binary1100110110111010110101101001101010000100011001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAD6; }

 p { color: rgb(205,186,214); }

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

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

 a { background-color: rgb(205,186,214); }

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

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

 span { border-color: rgb(205,186,214); }

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