#C3ADCA

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

Shades of Prelude #C3ADCA

Tints of Prelude #C3ADCA

Color information

#C3ADCA (or 0xC3ADCA) is unknown color: approx Prelude. HEX triplet: C3, AD and CA. RGB value is (195,173,202). Sum of RGB (Red+Green+Blue) = 195+173+202=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADCA is #3C5235. Grayscale: #B6B6B6. Windows color (decimal): -3953206 or 13282755. OLE color: 13282755.

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

Color convert

RGB195173202-
CMYK0.030.1400.21
HSL285.52º21.48%73.53%-
HSV(B)285.52º14.36%79.22%-
XYZ48.1145.7562.17-
YUV182.88138.79136.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=34.21%
G=30.35%
B=35.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951732020.030.1400.21285.5221.4873.53
HexC3ADCA3E01511e154a
Octal30325531231602543625112
Binary110000111010110111001010111110010101100011110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADCA; }

 p { color: rgb(195,173,202); }

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

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

 a { background-color: rgb(195,173,202); }

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

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

 span { border-color: rgb(195,173,202); }

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