#CDB3DD

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

Shades of Prelude #CDB3DD

Tints of Prelude #CDB3DD

Color information

#CDB3DD (or 0xCDB3DD) is unknown color: approx Prelude. HEX triplet: CD, B3 and DD. RGB value is (205,179,221). Sum of RGB (Red+Green+Blue) = 205+179+221=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3DD is #324C22. Grayscale: #BFBFBF. Windows color (decimal): -3296291 or 14529485. OLE color: 14529485.

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

Color convert

RGB205179221-
CMYK0.070.1900.13
HSL277.14º38.18%78.43%-
HSV(B)277.14º19%86.67%-
XYZ54.3550.4475.28-
YUV191.56144.61137.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 179 (70.31% from 255) = 29.59%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=33.88%
G=29.59%
B=36.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051792210.070.1900.13277.1438.1878.43
HexCDB3DD7130D115264e
Octal31526333572301542546116
Binary11001101101100111101110111110011011011000101011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3DD; }

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

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

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

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

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

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

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

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