#CDB6DC

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

Shades of Prelude #CDB6DC

Tints of Prelude #CDB6DC

Color information

#CDB6DC (or 0xCDB6DC) is unknown color: approx Prelude. HEX triplet: CD, B6 and DC. RGB value is (205,182,220). Sum of RGB (Red+Green+Blue) = 205+182+220=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDB6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6DC is #324923. Grayscale: #C1C1C1. Windows color (decimal): -3295524 or 14464717. OLE color: 14464717.

HSL color Cylindrical-coordinate representation of color #CDB6DC: hue angle of 276.32º degrees, saturation: 0.35, 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 #CDB6DC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205182220-
CMYK0.070.1700.14
HSL276.32º35.19%78.82%-
HSV(B)276.32º17.27%86.27%-
XYZ54.8251.674.78-
YUV193.21143.12136.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 182 (71.48% from 255) = 29.98%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=33.77%
G=29.98%
B=36.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051822200.070.1700.14276.3235.1978.82
HexCDB6DC7110E114234f
Octal31526633472101642443117
Binary11001101101101101101110011110001011101000101001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB6DC; }

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

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

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

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

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

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

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

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