Html Css Color HEX #C7AFCE Prelude

📋 copy color: '#C7AFCE'

red 199 ◦ green 175 ◦ blue 206

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

Shades of Prelude #C7AFCE

Tints of Prelude #C7AFCE

RGB

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

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

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

R = 34.31%
G = 30.17%
B = 35.52%

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

#C7AFCE (or 0xC7AFCE) is known color: Prelude. HEX triplet: C7, AF and CE. RGB value is (199,175,206). Sum of RGB (Red+Green+Blue) = 199+175+206=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 175 (68.75% from 255 or 30.17% 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 #C7AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFCE is #385031. Grayscale: #B9B9B9. Windows color (decimal): -3690546 or 13545415. OLE color: 13545415.

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

Color convert

RGB 199 175 206 -
CMYK 0.03 0.15 0 0.19
HSL 286.45º 0.24% 0.75% -
HSV(B) 286.45º 0.15% 0.81% -
XYZ 50.02 47.26 64.88 -
YUV 185.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 199 175 206 0.03 0.15 0 0.19 286.45 0.24 0.75
Hex C7 AF CE 3 F 0 13 11E 18 4B
Octal 307 257 316 3 17 0 23 436 30 113
Binary 11000111 10101111 11001110 11 1111 0 10011 100011110 11000 1001011

Color Harmonies of #C7AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFCE

Black with #C7AFCE

Text Example


Text Example

White with #C7AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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