#CDBADD

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

Shades of Prelude #CDBADD

Tints of Prelude #CDBADD

Color information

#CDBADD (or 0xCDBADD) is unknown color: approx Prelude. HEX triplet: CD, BA and DD. RGB value is (205,186,221). Sum of RGB (Red+Green+Blue) = 205+186+221=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBADD is #324522. Grayscale: #C3C3C3. Windows color (decimal): -3294499 or 14531277. OLE color: 14531277.

HSL color Cylindrical-coordinate representation of color #CDBADD: hue angle of 272.57º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDBADD is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205186221-
CMYK0.070.1600.13
HSL272.57º33.98%79.8%-
HSV(B)272.57º15.84%86.67%-
XYZ55.7953.3275.76-
YUV195.67142.29134.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=33.50%
G=30.39%
B=36.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051862210.070.1600.13272.5733.9879.8
HexCDBADD7100D1112250
Octal31527233572001542142120
Binary11001101101110101101110111110000011011000100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBADD; }

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

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

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

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

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

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

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

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