#CDBADB

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

Shades of Prelude #CDBADB

Tints of Prelude #CDBADB

Color information

#CDBADB (or 0xCDBADB) is unknown color: approx Prelude. HEX triplet: CD, BA and DB. RGB value is (205,186,219). Sum of RGB (Red+Green+Blue) = 205+186+219=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBADB is #324524. Grayscale: #C3C3C3. Windows color (decimal): -3294501 or 14400205. OLE color: 14400205.

HSL color Cylindrical-coordinate representation of color #CDBADB: hue angle of 274.55º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDBADB is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205186219-
CMYK0.060.1500.14
HSL274.55º31.43%79.41%-
HSV(B)274.55º15.07%85.88%-
XYZ55.5253.2174.36-
YUV195.44141.29134.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=33.61%
G=30.49%
B=35.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051862190.060.1500.14274.5531.4379.41
HexCDBADB6F0E1131f4f
Octal31527233361701642337117
Binary110011011011101011011011110111101110100010011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBADB; }

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

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

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

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

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

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

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

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