#C8ADD7

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

Shades of Prelude #C8ADD7

Tints of Prelude #C8ADD7

Color information

#C8ADD7 (or 0xC8ADD7) is unknown color: approx Prelude. HEX triplet: C8, AD and D7. RGB value is (200,173,215). Sum of RGB (Red+Green+Blue) = 200+173+215=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #C8ADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADD7 is #375228. Grayscale: #B9B9B9. Windows color (decimal): -3625513 or 14134728. OLE color: 14134728.

HSL color Cylindrical-coordinate representation of color #C8ADD7: hue angle of 278.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8ADD7 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200173215-
CMYK0.070.2000.16
HSL278.57º34.43%76.08%-
HSV(B)278.57º19.53%84.31%-
XYZ51.0347.0770.69-
YUV185.86144.45138.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.01%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=34.01%
G=29.42%
B=36.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001732150.070.2000.16278.5734.4376.08
HexC8ADD7714010117224c
Octal31025532772402042742114
Binary110010001010110111010111111101000100001000101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADD7; }

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

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

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

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

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

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

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

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