#CCB3DB

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

Shades of Prelude #CCB3DB

Tints of Prelude #CCB3DB

Color information

#CCB3DB (or 0xCCB3DB) is unknown color: approx Prelude. HEX triplet: CC, B3 and DB. RGB value is (204,179,219). Sum of RGB (Red+Green+Blue) = 204+179+219=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3DB is #334C24. Grayscale: #BEBEBE. Windows color (decimal): -3361829 or 14398412. OLE color: 14398412.

HSL color Cylindrical-coordinate representation of color #CCB3DB: hue angle of 277.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB3DB is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204179219-
CMYK0.070.1800.14
HSL277.5º35.71%78.04%-
HSV(B)277.5º18.26%85.88%-
XYZ53.8150.1973.87-
YUV191.04143.78137.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 179 (70.31% from 255) = 29.73%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=33.89%
G=29.73%
B=36.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041792190.070.1800.14277.535.7178.04
HexCCB3DB7120E116244e
Octal31426333372201642644116
Binary11001100101100111101101111110010011101000101101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3DB; }

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

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

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

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

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

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

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

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