#CDB6D5

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

Shades of Prelude #CDB6D5

Tints of Prelude #CDB6D5

Color information

#CDB6D5 (or 0xCDB6D5) is unknown color: approx Prelude. HEX triplet: CD, B6 and D5. RGB value is (205,182,213). Sum of RGB (Red+Green+Blue) = 205+182+213=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDB6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6D5 is #32492A. Grayscale: #C0C0C0. Windows color (decimal): -3295531 or 14005965. OLE color: 14005965.

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

Color convert

RGB205182213-
CMYK0.040.1500.16
HSL284.52º26.96%77.45%-
HSV(B)284.52º14.55%83.53%-
XYZ53.9251.2470-
YUV192.41139.62136.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 182 (71.48% from 255) = 30.33%
BLUE value IS 213 (83.59% from 255) = 35.5%
R=34.17%
G=30.33%
B=35.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051822130.040.1500.16284.5226.9677.45
HexCDB6D54F01011d1b4d
Octal31526632541702043533115
Binary1100110110110110110101011001111010000100011101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB6D5; }

 p { color: rgb(205,182,213); }

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

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

 a { background-color: rgb(205,182,213); }

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

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

 span { border-color: rgb(205,182,213); }

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