Html Css Color HEX #C5AFCE Prelude

📋 copy color: '#C5AFCE'

red 197 ◦ green 175 ◦ blue 206

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

Shades of Prelude #C5AFCE

Tints of Prelude #C5AFCE

RGB

 RED value IS 197 (77.34% from 255) = 34.08%

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

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

R = 34.08%
G = 30.28%
B = 35.64%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5AFCE (or 0xC5AFCE) is known color: Prelude. HEX triplet: C5, AF and CE. RGB value is (197,175,206). Sum of RGB (Red+Green+Blue) = 197+175+206=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 175 (68.75% from 255 or 30.28% 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 #C5AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFCE is #3A5031. Grayscale: #B9B9B9. Windows color (decimal): -3821618 or 13545413. OLE color: 13545413.

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

Color convert

RGB 197 175 206 -
CMYK 0.04 0.15 0 0.19
HSL 282.58º 0.24% 0.75% -
HSV(B) 282.58º 0.15% 0.81% -
XYZ 49.5 46.99 64.85 -
YUV 185.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 197 175 206 0.04 0.15 0 0.19 282.58 0.24 0.75
Hex C5 AF CE 4 F 0 13 11B 18 4B
Octal 305 257 316 4 17 0 23 433 30 113
Binary 11000101 10101111 11001110 100 1111 0 10011 100011011 11000 1001011

Color Harmonies of #C5AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFCE

Black with #C5AFCE

Text Example


Text Example

White with #C5AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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