Html Css Color HEX #C8AED0 Prelude

📋 copy color: '#C8AED0'

red 200 ◦ green 174 ◦ blue 208

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

Shades of Prelude #C8AED0

Tints of Prelude #C8AED0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.9%

 BLUE value IS 208 (81.64% from 255) = 35.74%

R = 34.36%
G = 29.9%
B = 35.74%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C8AED0 (or 0xC8AED0) is known color: Prelude. HEX triplet: C8, AE and D0. RGB value is (200,174,208). Sum of RGB (Red+Green+Blue) = 200+174+208=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AED0 is #37512F. Grayscale: #B9B9B9. Windows color (decimal): -3625264 or 13676232. OLE color: 13676232.

HSL color Cylindrical-coordinate representation of color #C8AED0: hue angle of 285.88º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8AED0 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 174 208 -
CMYK 0.04 0.16 0 0.18
HSL 285.88º 0.27% 0.75% -
HSV(B) 285.88º 0.16% 0.82% -
XYZ 50.34 47.11 66.11 -
YUV 185.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 200 174 208 0.04 0.16 0 0.18 285.88 0.27 0.75
Hex C8 AE D0 4 10 0 12 11E 1B 4B
Octal 310 256 320 4 20 0 22 436 33 113
Binary 11001000 10101110 11010000 100 10000 0 10010 100011110 11011 1001011

Color Harmonies of #C8AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AED0

Black with #C8AED0

Text Example


Text Example

White with #C8AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AED0; }

 p { color: rgb(200,174,208); }

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

background-color css

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

 a { background-color: rgb(200,174,208); }

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

border-color css

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

 span { border-color: rgb(200,174,208); }

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