#CDB8D5

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

Shades of Prelude #CDB8D5

Tints of Prelude #CDB8D5

Color information

#CDB8D5 (or 0xCDB8D5) is unknown color: approx Prelude. HEX triplet: CD, B8 and D5. RGB value is (205,184,213). Sum of RGB (Red+Green+Blue) = 205+184+213=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDB8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8D5 is #32472A. Grayscale: #C1C1C1. Windows color (decimal): -3295019 or 14006477. OLE color: 14006477.

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

Color convert

RGB205184213-
CMYK0.040.1400.16
HSL283.45º25.66%77.84%-
HSV(B)283.45º13.62%83.53%-
XYZ54.3352.0670.14-
YUV193.58138.96136.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 184 (72.27% from 255) = 30.56%
BLUE value IS 213 (83.59% from 255) = 35.38%
R=34.05%
G=30.56%
B=35.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051842130.040.1400.16283.4525.6677.84
HexCDB8D54E01011b1a4e
Octal31527032541602043332116
Binary1100110110111000110101011001110010000100011011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB8D5; }

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

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

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

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

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

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

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

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