Html Css Color HEX #C8AFCE Prelude

📋 copy color: '#C8AFCE'

red 200 ◦ green 175 ◦ blue 206

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

Shades of Prelude #C8AFCE

Tints of Prelude #C8AFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.12%

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

R = 34.42%
G = 30.12%
B = 35.46%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C8AFCE (or 0xC8AFCE) is known color: Prelude. HEX triplet: C8, AF and CE. RGB value is (200,175,206). Sum of RGB (Red+Green+Blue) = 200+175+206=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFCE is #375031. Grayscale: #B9B9B9. Windows color (decimal): -3625010 or 13545416. OLE color: 13545416.

HSL color Cylindrical-coordinate representation of color #C8AFCE: hue angle of 288.39º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AFCE is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 175 206 -
CMYK 0.03 0.15 0 0.19
HSL 288.39º 0.24% 0.75% -
HSV(B) 288.39º 0.15% 0.81% -
XYZ 50.29 47.4 64.89 -
YUV 186.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 200 175 206 0.03 0.15 0 0.19 288.39 0.24 0.75
Hex C8 AF CE 3 F 0 13 120 18 4B
Octal 310 257 316 3 17 0 23 440 30 113
Binary 11001000 10101111 11001110 11 1111 0 10011 100100000 11000 1001011

Color Harmonies of #C8AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFCE

Black with #C8AFCE

Text Example


Text Example

White with #C8AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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