#CDB2DB

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

Shades of Prelude #CDB2DB

Tints of Prelude #CDB2DB

Color information

#CDB2DB (or 0xCDB2DB) is unknown color: approx Prelude. HEX triplet: CD, B2 and DB. RGB value is (205,178,219). Sum of RGB (Red+Green+Blue) = 205+178+219=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2DB is #324D24. Grayscale: #BEBEBE. Windows color (decimal): -3296549 or 14398157. OLE color: 14398157.

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

Color convert

RGB205178219-
CMYK0.060.1900.14
HSL279.51º36.28%77.84%-
HSV(B)279.51º18.72%85.88%-
XYZ53.8849.9373.82-
YUV190.75143.95138.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=34.05%
G=29.57%
B=36.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051782190.060.1900.14279.5136.2877.84
HexCDB2DB6130E118244e
Octal31526233362301643044116
Binary11001101101100101101101111010011011101000110001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2DB; }

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

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

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

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

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

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

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

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