#C0ADCC

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

Shades of Prelude #C0ADCC

Tints of Prelude #C0ADCC

Color information

#C0ADCC (or 0xC0ADCC) is unknown color: approx Prelude. HEX triplet: C0, AD and CC. RGB value is (192,173,204). Sum of RGB (Red+Green+Blue) = 192+173+204=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADCC is #3F5233. Grayscale: #B6B6B6. Windows color (decimal): -4149812 or 13413824. OLE color: 13413824.

HSL color Cylindrical-coordinate representation of color #C0ADCC: hue angle of 276.77º degrees, saturation: 0.23, 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 #C0ADCC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192173204-
CMYK0.060.1500.2
HSL276.77º23.31%73.92%-
HSV(B)276.77º15.2%80%-
XYZ47.5845.4563.39-
YUV182.22140.29134.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.74%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=33.74%
G=30.40%
B=35.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921732040.060.1500.2276.7723.3173.92
HexC0ADCC6F014115174a
Octal30025531461702442527112
Binary1100000010101101110011001101111010100100010101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADCC; }

 p { color: rgb(192,173,204); }

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

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

 a { background-color: rgb(192,173,204); }

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

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

 span { border-color: rgb(192,173,204); }

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