#CDB0D7

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

Shades of Prelude #CDB0D7

Tints of Prelude #CDB0D7

Color information

#CDB0D7 (or 0xCDB0D7) is unknown color: approx Prelude. HEX triplet: CD, B0 and D7. RGB value is (205,176,215). Sum of RGB (Red+Green+Blue) = 205+176+215=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #CDB0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0D7 is #324F28. Grayscale: #BCBCBC. Windows color (decimal): -3297065 or 14135501. OLE color: 14135501.

HSL color Cylindrical-coordinate representation of color #CDB0D7: hue angle of 284.62º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDB0D7 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205176215-
CMYK0.050.1800.16
HSL284.62º32.77%76.67%-
HSV(B)284.62º18.14%84.31%-
XYZ52.9748.9470.94-
YUV189.12142.61139.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 176 (69.14% from 255) = 29.53%
BLUE value IS 215 (84.38% from 255) = 36.07%
R=34.40%
G=29.53%
B=36.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051762150.050.1800.16284.6232.7776.67
HexCDB0D751201011d214d
Octal31526032752202043541115
Binary110011011011000011010111101100100100001000111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0D7; }

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

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

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

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

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

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

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

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