#CDB1D7

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

Shades of Prelude #CDB1D7

Tints of Prelude #CDB1D7

Color information

#CDB1D7 (or 0xCDB1D7) is unknown color: approx Prelude. HEX triplet: CD, B1 and D7. RGB value is (205,177,215). Sum of RGB (Red+Green+Blue) = 205+177+215=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #CDB1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1D7 is #324E28. Grayscale: #BDBDBD. Windows color (decimal): -3296809 or 14135757. OLE color: 14135757.

HSL color Cylindrical-coordinate representation of color #CDB1D7: hue angle of 284.21º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDB1D7 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205177215-
CMYK0.050.1800.16
HSL284.21º32.2%76.86%-
HSV(B)284.21º17.67%84.31%-
XYZ53.1649.3371.01-
YUV189.7142.28138.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 177 (69.53% from 255) = 29.65%
BLUE value IS 215 (84.38% from 255) = 36.01%
R=34.34%
G=29.65%
B=36.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051772150.050.1800.16284.2132.276.86
HexCDB1D751201011c204d
Octal31526132752202043440115
Binary110011011011000111010111101100100100001000111001000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1D7; }

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

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

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

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

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

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

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

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