Html Css Color HEX #C8ADD6 Prelude

📋 copy color: '#C8ADD6'

red 200 ◦ green 173 ◦ blue 214

#C8ADD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #C8ADD6

Tints of Prelude #C8ADD6

RGB

 RED value IS 200 (78.52% from 255) = 34.07%

 GREEN value IS 173 (67.97% from 255) = 29.47%

 BLUE value IS 214 (83.98% from 255) = 36.46%

R = 34.07%
G = 29.47%
B = 36.46%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C8ADD6 (or 0xC8ADD6) is known color: Prelude. HEX triplet: C8, AD and D6. RGB value is (200,173,214). Sum of RGB (Red+Green+Blue) = 200+173+214=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 214 - color contains mainly: blue. Hex color #C8ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADD6 is #375229. Grayscale: #B9B9B9. Windows color (decimal): -3625514 or 14069192. OLE color: 14069192.

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

Color convert

RGB 200 173 214 -
CMYK 0.07 0.19 0 0.16
HSL 279.51º 0.33% 0.76% -
HSV(B) 279.51º 0.19% 0.84% -
XYZ 50.9 47.02 70.01 -
YUV 185.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 200 173 214 0.07 0.19 0 0.16 279.51 0.33 0.76
Hex C8 AD D6 7 13 0 10 118 21 4C
Octal 310 255 326 7 23 0 20 430 41 114
Binary 11001000 10101101 11010110 111 10011 0 10000 100011000 100001 1001100

Color Harmonies of #C8ADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ADD6

Black with #C8ADD6

Text Example


Text Example

White with #C8ADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ADD6; }

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

 H1.HeaderClassName
 {
   color: #C8ADD6;
 }
 .AnyTagClassName
 {
   color: #C8ADD6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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