#CDB6DB

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

Shades of Prelude #CDB6DB

Tints of Prelude #CDB6DB

Color information

#CDB6DB (or 0xCDB6DB) is unknown color: approx Prelude. HEX triplet: CD, B6 and DB. RGB value is (205,182,219). Sum of RGB (Red+Green+Blue) = 205+182+219=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6DB is #324924. Grayscale: #C0C0C0. Windows color (decimal): -3295525 or 14399181. OLE color: 14399181.

HSL color Cylindrical-coordinate representation of color #CDB6DB: hue angle of 277.3º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB6DB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205182219-
CMYK0.060.1700.14
HSL277.3º33.94%78.63%-
HSV(B)277.3º16.89%85.88%-
XYZ54.6951.5574.09-
YUV193.1142.62136.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 182 (71.48% from 255) = 30.03%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=33.83%
G=30.03%
B=36.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051822190.060.1700.14277.333.9478.63
HexCDB6DB6110E115224f
Octal31526633362101642542117
Binary11001101101101101101101111010001011101000101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB6DB; }

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

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

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

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

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

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

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

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