#C3ADCF

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

Shades of Prelude #C3ADCF

Tints of Prelude #C3ADCF

Color information

#C3ADCF (or 0xC3ADCF) is unknown color: approx Prelude. HEX triplet: C3, AD and CF. RGB value is (195,173,207). Sum of RGB (Red+Green+Blue) = 195+173+207=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADCF is #3C5230. Grayscale: #B7B7B7. Windows color (decimal): -3953201 or 13610435. OLE color: 13610435.

HSL color Cylindrical-coordinate representation of color #C3ADCF: hue angle of 278.82º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3ADCF is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195173207-
CMYK0.060.1600.19
HSL278.82º26.15%74.51%-
HSV(B)278.82º16.43%81.18%-
XYZ48.7145.9965.34-
YUV183.45141.29136.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.91%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 207 (81.25% from 255) = 36%
R=33.91%
G=30.09%
B=36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951732070.060.1600.19278.8226.1574.51
HexC3ADCF6100131171a4b
Octal30325531762002342732113
Binary11000011101011011100111111010000010011100010111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADCF; }

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

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

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

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

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

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

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

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