#CDBDD5

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

Shades of Prelude #CDBDD5

Tints of Prelude #CDBDD5

Color information

#CDBDD5 (or 0xCDBDD5) is unknown color: approx Prelude. HEX triplet: CD, BD and D5. RGB value is (205,189,213). Sum of RGB (Red+Green+Blue) = 205+189+213=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDD5 is #32422A. Grayscale: #C4C4C4. Windows color (decimal): -3293739 or 14007757. OLE color: 14007757.

HSL color Cylindrical-coordinate representation of color #CDBDD5: hue angle of 280º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDBDD5 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205189213-
CMYK0.040.1100.16
HSL280º22.22%78.82%-
HSV(B)280º11.27%83.53%-
XYZ55.3854.1870.49-
YUV196.52137.3134.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 213 (83.59% from 255) = 35.09%
R=33.77%
G=31.14%
B=35.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051892130.040.1100.1628022.2278.82
HexCDBDD54B010118164f
Octal31527532541302043026117
Binary1100110110111101110101011001011010000100011000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDD5; }

 p { color: rgb(205,189,213); }

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

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

 a { background-color: rgb(205,189,213); }

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

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

 span { border-color: rgb(205,189,213); }

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