#C2ADCB

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

Shades of Prelude #C2ADCB

Tints of Prelude #C2ADCB

Color information

#C2ADCB (or 0xC2ADCB) is unknown color: approx Prelude. HEX triplet: C2, AD and CB. RGB value is (194,173,203). Sum of RGB (Red+Green+Blue) = 194+173+203=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADCB is #3D5234. Grayscale: #B6B6B6. Windows color (decimal): -4018741 or 13348290. OLE color: 13348290.

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

Color convert

RGB194173203-
CMYK0.040.1500.20
HSL282º22.39%73.73%-
HSV(B)282º14.78%79.61%-
XYZ47.9745.6762.79-
YUV182.7139.46136.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=34.04%
G=30.35%
B=35.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941732030.040.1500.2028222.3973.73
HexC2ADCB4F01411a164a
Octal30225531341702443226112
Binary1100001010101101110010111001111010100100011010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADCB; }

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

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

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

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

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

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

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

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