#CDB3DE

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

Shades of Prelude #CDB3DE

Tints of Prelude #CDB3DE

Color information

#CDB3DE (or 0xCDB3DE) is unknown color: approx Prelude. HEX triplet: CD, B3 and DE. RGB value is (205,179,222). Sum of RGB (Red+Green+Blue) = 205+179+222=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDB3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3DE is #324C21. Grayscale: #BFBFBF. Windows color (decimal): -3296290 or 14595021. OLE color: 14595021.

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

Color convert

RGB205179222-
CMYK0.080.1900.13
HSL276.28º39.45%78.63%-
HSV(B)276.28º19.37%87.06%-
XYZ54.4850.4975.98-
YUV191.68145.11137.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 179 (70.31% from 255) = 29.54%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=33.83%
G=29.54%
B=36.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051792220.080.1900.13276.2839.4578.63
HexCDB3DE8130D114274f
Octal315263336102301542447117
Binary110011011011001111011110100010011011011000101001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3DE; }

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

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

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

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

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

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

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

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