#CDB0DF

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

Shades of Prelude #CDB0DF

Tints of Prelude #CDB0DF

Color information

#CDB0DF (or 0xCDB0DF) is unknown color: approx Prelude. HEX triplet: CD, B0 and DF. RGB value is (205,176,223). Sum of RGB (Red+Green+Blue) = 205+176+223=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0DF is #324F20. Grayscale: #BDBDBD. Windows color (decimal): -3297057 or 14659789. OLE color: 14659789.

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

Color convert

RGB205176223-
CMYK0.080.2100.13
HSL277.02º42.34%78.24%-
HSV(B)277.02º21.08%87.45%-
XYZ54.0249.3676.49-
YUV190.03146.61138.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 176 (69.14% from 255) = 29.14%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=33.94%
G=29.14%
B=36.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051762230.080.2100.13277.0242.3478.24
HexCDB0DF8150D1152a4e
Octal315260337102501542552116
Binary110011011011000011011111100010101011011000101011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0DF; }

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

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

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

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

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

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

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

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