#CDB0DA

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

Shades of Prelude #CDB0DA

Tints of Prelude #CDB0DA

Color information

#CDB0DA (or 0xCDB0DA) is unknown color: approx Prelude. HEX triplet: CD, B0 and DA. RGB value is (205,176,218). Sum of RGB (Red+Green+Blue) = 205+176+218=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0DA is #324F25. Grayscale: #BDBDBD. Windows color (decimal): -3297062 or 14332109. OLE color: 14332109.

HSL color Cylindrical-coordinate representation of color #CDB0DA: hue angle of 281.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDB0DA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205176218-
CMYK0.060.1900.15
HSL281.43º36.21%77.25%-
HSV(B)281.43º19.27%85.49%-
XYZ53.3649.0972.99-
YUV189.46144.11139.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 176 (69.14% from 255) = 29.38%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=34.22%
G=29.38%
B=36.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051762180.060.1900.15281.4336.2177.25
HexCDB0DA6130F119244d
Octal31526033262301743144115
Binary11001101101100001101101011010011011111000110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0DA; }

 p { color: rgb(205,176,218); }

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

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

 a { background-color: rgb(205,176,218); }

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

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

 span { border-color: rgb(205,176,218); }

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