#CDB1DD

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

Shades of Prelude #CDB1DD

Tints of Prelude #CDB1DD

Color information

#CDB1DD (or 0xCDB1DD) is unknown color: approx Prelude. HEX triplet: CD, B1 and DD. RGB value is (205,177,221). Sum of RGB (Red+Green+Blue) = 205+177+221=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1DD is #324E22. Grayscale: #BEBEBE. Windows color (decimal): -3296803 or 14528973. OLE color: 14528973.

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

Color convert

RGB205177221-
CMYK0.070.2000.13
HSL278.18º39.29%78.04%-
HSV(B)278.18º19.91%86.67%-
XYZ53.9549.6475.15-
YUV190.39145.28138.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 177 (69.53% from 255) = 29.35%
BLUE value IS 221 (86.72% from 255) = 36.65%
R=34.00%
G=29.35%
B=36.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051772210.070.2000.13278.1839.2978.04
HexCDB1DD7140D116274e
Octal31526133572401542647116
Binary11001101101100011101110111110100011011000101101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1DD; }

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

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

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

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

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

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

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

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