Html Css Color HEX #C7AECE Prelude

📋 copy color: '#C7AECE'

red 199 ◦ green 174 ◦ blue 206

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

Shades of Prelude #C7AECE

Tints of Prelude #C7AECE

RGB

 RED value IS 199 (78.13% from 255) = 34.37%

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

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

R = 34.37%
G = 30.05%
B = 35.58%

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

#C7AECE (or 0xC7AECE) is known color: Prelude. HEX triplet: C7, AE and CE. RGB value is (199,174,206). Sum of RGB (Red+Green+Blue) = 199+174+206=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AECE is #385131. Grayscale: #B9B9B9. Windows color (decimal): -3690802 or 13545159. OLE color: 13545159.

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

Color convert

RGB 199 174 206 -
CMYK 0.03 0.16 0 0.19
HSL 286.88º 0.25% 0.75% -
HSV(B) 286.88º 0.16% 0.81% -
XYZ 49.83 46.87 64.81 -
YUV 185.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 199 174 206 0.03 0.16 0 0.19 286.88 0.25 0.75
Hex C7 AE CE 3 10 0 13 11F 19 4B
Octal 307 256 316 3 20 0 23 437 31 113
Binary 11000111 10101110 11001110 11 10000 0 10011 100011111 11001 1001011

Color Harmonies of #C7AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AECE

Black with #C7AECE

Text Example


Text Example

White with #C7AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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