#CDB1DE

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

Shades of Prelude #CDB1DE

Tints of Prelude #CDB1DE

Color information

#CDB1DE (or 0xCDB1DE) is unknown color: approx Prelude. HEX triplet: CD, B1 and DE. RGB value is (205,177,222). Sum of RGB (Red+Green+Blue) = 205+177+222=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDB1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1DE is #324E21. Grayscale: #BEBEBE. Windows color (decimal): -3296802 or 14594509. OLE color: 14594509.

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

Color convert

RGB205177222-
CMYK0.080.2000.13
HSL277.33º40.54%78.24%-
HSV(B)277.33º20.27%87.06%-
XYZ54.0849.775.85-
YUV190.5145.78138.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=33.94%
G=29.30%
B=36.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051772220.080.2000.13277.3340.5478.24
HexCDB1DE8140D115294e
Octal315261336102401542551116
Binary110011011011000111011110100010100011011000101011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1DE; }

 p { color: rgb(205,177,222); }

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

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

 a { background-color: rgb(205,177,222); }

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

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

 span { border-color: rgb(205,177,222); }

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