#CDB9D8

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

Shades of Prelude #CDB9D8

Tints of Prelude #CDB9D8

Color information

#CDB9D8 (or 0xCDB9D8) is unknown color: approx Prelude. HEX triplet: CD, B9 and D8. RGB value is (205,185,216). Sum of RGB (Red+Green+Blue) = 205+185+216=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDB9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9D8 is #324627. Grayscale: #C2C2C2. Windows color (decimal): -3294760 or 14203341. OLE color: 14203341.

HSL color Cylindrical-coordinate representation of color #CDB9D8: hue angle of 278.71º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB9D8 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205185216-
CMYK0.050.1400.15
HSL278.71º28.44%78.63%-
HSV(B)278.71º14.35%84.71%-
XYZ54.9252.6372.23-
YUV194.51140.13135.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 185 (72.66% from 255) = 30.53%
BLUE value IS 216 (84.77% from 255) = 35.64%
R=33.83%
G=30.53%
B=35.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051852160.050.1400.15278.7128.4478.63
HexCDB9D85E0F1171c4f
Octal31527133051601742734117
Binary110011011011100111011000101111001111100010111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9D8; }

 p { color: rgb(205,185,216); }

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

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

 a { background-color: rgb(205,185,216); }

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

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

 span { border-color: rgb(205,185,216); }

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