#CCB3DE

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

Shades of Prelude #CCB3DE

Tints of Prelude #CCB3DE

Color information

#CCB3DE (or 0xCCB3DE) is unknown color: approx Prelude. HEX triplet: CC, B3 and DE. RGB value is (204,179,222). Sum of RGB (Red+Green+Blue) = 204+179+222=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCB3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3DE is #334C21. Grayscale: #BFBFBF. Windows color (decimal): -3361826 or 14595020. OLE color: 14595020.

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

Color convert

RGB204179222-
CMYK0.080.1900.13
HSL274.88º39.45%78.63%-
HSV(B)274.88º19.37%87.06%-
XYZ54.2150.3575.97-
YUV191.38145.28137-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 179 (70.31% from 255) = 29.59%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=33.72%
G=29.59%
B=36.69%

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
Decimal2041792220.080.1900.13274.8839.4578.63
HexCCB3DE8130D113274f
Octal314263336102301542347117
Binary110011001011001111011110100010011011011000100111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3DE; }

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

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

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

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

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

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

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

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