#C2AFCB

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

Shades of Prelude #C2AFCB

Tints of Prelude #C2AFCB

Color information

#C2AFCB (or 0xC2AFCB) is unknown color: approx Prelude. HEX triplet: C2, AF and CB. RGB value is (194,175,203). Sum of RGB (Red+Green+Blue) = 194+175+203=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFCB is #3D5034. Grayscale: #B7B7B7. Windows color (decimal): -4018229 or 13348802. OLE color: 13348802.

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

Color convert

RGB194175203-
CMYK0.040.1400.20
HSL280.71º21.21%74.12%-
HSV(B)280.71º13.79%79.61%-
XYZ48.3646.4462.92-
YUV183.87138.79135.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.92%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=33.92%
G=30.59%
B=35.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941752030.040.1400.20280.7121.2174.12
HexC2AFCB4E014119154a
Octal30225731341602443125112
Binary1100001010101111110010111001110010100100011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFCB; }

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

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

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

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

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

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

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

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