#CDB7DA

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

Shades of Prelude #CDB7DA

Tints of Prelude #CDB7DA

Color information

#CDB7DA (or 0xCDB7DA) is unknown color: approx Prelude. HEX triplet: CD, B7 and DA. RGB value is (205,183,218). Sum of RGB (Red+Green+Blue) = 205+183+218=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7DA is #324825. Grayscale: #C1C1C1. Windows color (decimal): -3295270 or 14333901. OLE color: 14333901.

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

Color convert

RGB205183218-
CMYK0.060.1600.15
HSL277.71º32.11%78.63%-
HSV(B)277.71º16.06%85.49%-
XYZ54.7751.9173.46-
YUV193.57141.79136.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 183 (71.88% from 255) = 30.20%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=33.83%
G=30.20%
B=35.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051832180.060.1600.15277.7132.1178.63
HexCDB7DA6100F116204f
Octal31526733262001742640117
Binary11001101101101111101101011010000011111000101101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB7DA; }

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

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

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

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

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

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

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

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