#C8ADCF

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

Shades of Prelude #C8ADCF

Tints of Prelude #C8ADCF

Color information

#C8ADCF (or 0xC8ADCF) is unknown color: approx Prelude. HEX triplet: C8, AD and CF. RGB value is (200,173,207). Sum of RGB (Red+Green+Blue) = 200+173+207=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADCF is #375230. Grayscale: #B8B8B8. Windows color (decimal): -3625521 or 13610440. OLE color: 13610440.

HSL color Cylindrical-coordinate representation of color #C8ADCF: hue angle of 287.65º 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 #C8ADCF is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200173207-
CMYK0.030.1600.19
HSL287.65º26.15%74.51%-
HSV(B)287.65º16.43%81.18%-
XYZ50.0346.6765.4-
YUV184.95140.45138.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=34.48%
G=29.83%
B=35.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001732070.030.1600.19287.6526.1574.51
HexC8ADCF3100131201a4b
Octal31025531732002344032113
Binary1100100010101101110011111110000010011100100000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADCF; }

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

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

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

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

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

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

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

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