#CCB4DE

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

Shades of Prelude #CCB4DE

Tints of Prelude #CCB4DE

Color information

#CCB4DE (or 0xCCB4DE) is unknown color: approx Prelude. HEX triplet: CC, B4 and DE. RGB value is (204,180,222). Sum of RGB (Red+Green+Blue) = 204+180+222=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 180 (70.70% from 255 or 29.70% 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 #CCB4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4DE is #334B21. Grayscale: #BFBFBF. Windows color (decimal): -3361570 or 14595276. OLE color: 14595276.

HSL color Cylindrical-coordinate representation of color #CCB4DE: hue angle of 274.29º 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 #CCB4DE is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204180222-
CMYK0.080.1900.13
HSL274.29º38.89%78.82%-
HSV(B)274.29º18.92%87.06%-
XYZ54.4150.7576.04-
YUV191.96144.95136.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 180 (70.70% from 255) = 29.70%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=33.66%
G=29.70%
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
Decimal2041802220.080.1900.13274.2938.8978.82
HexCCB4DE8130D112274f
Octal314264336102301542247117
Binary110011001011010011011110100010011011011000100101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4DE; }

 p { color: rgb(204,180,222); }

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

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

 a { background-color: rgb(204,180,222); }

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

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

 span { border-color: rgb(204,180,222); }

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