Html Css Color HEX #C9AFCE Prelude

📋 copy color: '#C9AFCE'

red 201 ◦ green 175 ◦ blue 206

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

Shades of Prelude #C9AFCE

Tints of Prelude #C9AFCE

RGB

 RED value IS 201 (78.91% from 255) = 34.54%

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

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

R = 34.54%
G = 30.07%
B = 35.4%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9AFCE (or 0xC9AFCE) is known color: Prelude. HEX triplet: C9, AF and CE. RGB value is (201,175,206). Sum of RGB (Red+Green+Blue) = 201+175+206=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFCE is #365031. Grayscale: #BABABA. Windows color (decimal): -3559474 or 13545417. OLE color: 13545417.

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

Color convert

RGB 201 175 206 -
CMYK 0.02 0.15 0 0.19
HSL 290.32º 0.24% 0.75% -
HSV(B) 290.32º 0.15% 0.81% -
XYZ 50.56 47.53 64.9 -
YUV 186.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 201 175 206 0.02 0.15 0 0.19 290.32 0.24 0.75
Hex C9 AF CE 2 F 0 13 122 18 4B
Octal 311 257 316 2 17 0 23 442 30 113
Binary 11001001 10101111 11001110 10 1111 0 10011 100100010 11000 1001011

Color Harmonies of #C9AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFCE

Black with #C9AFCE

Text Example


Text Example

White with #C9AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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