#CDBAD5

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

Shades of Prelude #CDBAD5

Tints of Prelude #CDBAD5

Color information

#CDBAD5 (or 0xCDBAD5) is unknown color: approx Prelude. HEX triplet: CD, BA and D5. RGB value is (205,186,213). Sum of RGB (Red+Green+Blue) = 205+186+213=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDBAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBAD5 is #32452A. Grayscale: #C2C2C2. Windows color (decimal): -3294507 or 14006989. OLE color: 14006989.

HSL color Cylindrical-coordinate representation of color #CDBAD5: hue angle of 282.22º degrees, saturation: 0.24, 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 #CDBAD5 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205186213-
CMYK0.040.1300.16
HSL282.22º24.32%78.24%-
HSV(B)282.22º12.68%83.53%-
XYZ54.7552.970.28-
YUV194.76138.29135.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 213 (83.59% from 255) = 35.26%
R=33.94%
G=30.79%
B=35.26%

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
Decimal2051862130.040.1300.16282.2224.3278.24
HexCDBAD54D01011a184e
Octal31527232541502043230116
Binary1100110110111010110101011001101010000100011010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAD5; }

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

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

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

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

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

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

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

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