#CDBAD7

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

Shades of Prelude #CDBAD7

Tints of Prelude #CDBAD7

Color information

#CDBAD7 (or 0xCDBAD7) is unknown color: approx Prelude. HEX triplet: CD, BA and D7. RGB value is (205,186,215). Sum of RGB (Red+Green+Blue) = 205+186+215=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #CDBAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAD7 is #324528. Grayscale: #C2C2C2. Windows color (decimal): -3294505 or 14138061. OLE color: 14138061.

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

Color convert

RGB205186215-
CMYK0.050.1300.16
HSL279.31º26.61%78.63%-
HSV(B)279.31º13.49%84.31%-
XYZ555371.62-
YUV194.99139.29135.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 215 (84.38% from 255) = 35.48%
R=33.83%
G=30.69%
B=35.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051862150.050.1300.16279.3126.6178.63
HexCDBAD75D0101171b4f
Octal31527232751502042733117
Binary1100110110111010110101111011101010000100010111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAD7; }

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

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

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

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

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

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

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

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