Html Css Color HEX #C8AECE Prelude

📋 copy color: '#C8AECE'

red 200 ◦ green 174 ◦ blue 206

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

Shades of Prelude #C8AECE

Tints of Prelude #C8AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 34.48%
G = 30%
B = 35.52%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C8AECE (or 0xC8AECE) is known color: Prelude. HEX triplet: C8, AE and CE. RGB value is (200,174,206). Sum of RGB (Red+Green+Blue) = 200+174+206=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AECE is #375131. Grayscale: #B9B9B9. Windows color (decimal): -3625266 or 13545160. OLE color: 13545160.

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

Color convert

RGB 200 174 206 -
CMYK 0.03 0.16 0 0.19
HSL 288.75º 0.25% 0.75% -
HSV(B) 288.75º 0.16% 0.81% -
XYZ 50.1 47.01 64.83 -
YUV 185.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 200 174 206 0.03 0.16 0 0.19 288.75 0.25 0.75
Hex C8 AE CE 3 10 0 13 121 19 4B
Octal 310 256 316 3 20 0 23 441 31 113
Binary 11001000 10101110 11001110 11 10000 0 10011 100100001 11001 1001011

Color Harmonies of #C8AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AECE

Black with #C8AECE

Text Example


Text Example

White with #C8AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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