#CDB1DC

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

Shades of Prelude #CDB1DC

Tints of Prelude #CDB1DC

Color information

#CDB1DC (or 0xCDB1DC) is unknown color: approx Prelude. HEX triplet: CD, B1 and DC. RGB value is (205,177,220). Sum of RGB (Red+Green+Blue) = 205+177+220=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1DC is #324E23. Grayscale: #BEBEBE. Windows color (decimal): -3296804 or 14463437. OLE color: 14463437.

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

Color convert

RGB205177220-
CMYK0.070.2000.14
HSL279.07º38.05%77.84%-
HSV(B)279.07º19.55%86.27%-
XYZ53.8249.5974.45-
YUV190.27144.78138.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=34.05%
G=29.40%
B=36.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051772200.070.2000.14279.0738.0577.84
HexCDB1DC7140E117264e
Octal31526133472401642746116
Binary11001101101100011101110011110100011101000101111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1DC; }

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

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

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

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

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

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

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

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