#CDB0E0

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

Shades of Prelude #CDB0E0

Tints of Prelude #CDB0E0

Color information

#CDB0E0 (or 0xCDB0E0) is unknown color: approx Prelude. HEX triplet: CD, B0 and E0. RGB value is (205,176,224). Sum of RGB (Red+Green+Blue) = 205+176+224=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDB0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0E0 is #324F1F. Grayscale: #BDBDBD. Windows color (decimal): -3297056 or 14725325. OLE color: 14725325.

HSL color Cylindrical-coordinate representation of color #CDB0E0: hue angle of 276.25º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDB0E0 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205176224-
CMYK0.080.2100.12
HSL276.25º43.64%78.43%-
HSV(B)276.25º21.43%87.84%-
XYZ54.1649.4177.2-
YUV190.14147.11138.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 176 (69.14% from 255) = 29.09%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=33.88%
G=29.09%
B=37.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051762240.080.2100.12276.2543.6478.43
HexCDB0E08150C1142c4e
Octal315260340102501442454116
Binary110011011011000011100000100010101011001000101001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0E0; }

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

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

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

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

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

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

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

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