#C2B3CB

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

Shades of Prelude #C2B3CB

Tints of Prelude #C2B3CB

Color information

#C2B3CB (or 0xC2B3CB) is unknown color: approx Prelude. HEX triplet: C2, B3 and CB. RGB value is (194,179,203). Sum of RGB (Red+Green+Blue) = 194+179+203=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2B3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3CB is #3D4C34. Grayscale: #BABABA. Windows color (decimal): -4017205 or 13349826. OLE color: 13349826.

HSL color Cylindrical-coordinate representation of color #C2B3CB: hue angle of 277.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B3CB is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194179203-
CMYK0.040.1200.20
HSL277.5º18.75%74.9%-
HSV(B)277.5º11.82%79.61%-
XYZ49.1548.0263.18-
YUV186.22137.47133.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 179 (70.31% from 255) = 31.08%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=33.68%
G=31.08%
B=35.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941792030.040.1200.20277.518.7574.9
HexC2B3CB4C014116134b
Octal30226331341402442623113
Binary1100001010110011110010111001100010100100010110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B3CB; }

 p { color: rgb(194,179,203); }

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

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

 a { background-color: rgb(194,179,203); }

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

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

 span { border-color: rgb(194,179,203); }

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