Html Css Color HEX #C8ACCE Prelude

📋 copy color: '#C8ACCE'

red 200 ◦ green 172 ◦ blue 206

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

Shades of Prelude #C8ACCE

Tints of Prelude #C8ACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.76%

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

R = 34.6%
G = 29.76%
B = 35.64%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C8ACCE (or 0xC8ACCE) is known color: Prelude. HEX triplet: C8, AC and CE. RGB value is (200,172,206). Sum of RGB (Red+Green+Blue) = 200+172+206=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8ACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACCE is #375331. Grayscale: #B8B8B8. Windows color (decimal): -3625778 or 13544648. OLE color: 13544648.

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

Color convert

RGB 200 172 206 -
CMYK 0.03 0.17 0 0.19
HSL 289.41º 0.26% 0.74% -
HSV(B) 289.41º 0.17% 0.81% -
XYZ 49.71 46.24 64.7 -
YUV 184.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 200 172 206 0.03 0.17 0 0.19 289.41 0.26 0.74
Hex C8 AC CE 3 11 0 13 121 1A 4A
Octal 310 254 316 3 21 0 23 441 32 112
Binary 11001000 10101100 11001110 11 10001 0 10011 100100001 11010 1001010

Color Harmonies of #C8ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ACCE

Black with #C8ACCE

Text Example


Text Example

White with #C8ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ACCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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