#CDB3DC

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

Shades of Prelude #CDB3DC

Tints of Prelude #CDB3DC

Color information

#CDB3DC (or 0xCDB3DC) is unknown color: approx Prelude. HEX triplet: CD, B3 and DC. RGB value is (205,179,220). Sum of RGB (Red+Green+Blue) = 205+179+220=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDB3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3DC is #324C23. Grayscale: #BFBFBF. Windows color (decimal): -3296292 or 14463949. OLE color: 14463949.

HSL color Cylindrical-coordinate representation of color #CDB3DC: hue angle of 278.05º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDB3DC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205179220-
CMYK0.070.1900.14
HSL278.05º36.94%78.24%-
HSV(B)278.05º18.64%86.27%-
XYZ54.2250.3974.58-
YUV191.45144.11137.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 179 (70.31% from 255) = 29.64%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=33.94%
G=29.64%
B=36.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051792200.070.1900.14278.0536.9478.24
HexCDB3DC7130E116254e
Octal31526333472301642645116
Binary11001101101100111101110011110011011101000101101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3DC; }

 p { color: rgb(205,179,220); }

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

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

 a { background-color: rgb(205,179,220); }

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

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

 span { border-color: rgb(205,179,220); }

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