Html Css Color HEX #C9ACCF Prelude

📋 copy color: '#C9ACCF'

red 201 ◦ green 172 ◦ blue 207

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

Shades of Prelude #C9ACCF

Tints of Prelude #C9ACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.69%

R = 34.66%
G = 29.66%
B = 35.69%

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

#C9ACCF (or 0xC9ACCF) is known color: Prelude. HEX triplet: C9, AC and CF. RGB value is (201,172,207). Sum of RGB (Red+Green+Blue) = 201+172+207=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACCF is #365330. Grayscale: #B8B8B8. Windows color (decimal): -3560241 or 13610185. OLE color: 13610185.

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

Color convert

RGB 201 172 207 -
CMYK 0.03 0.17 0 0.19
HSL 289.71º 0.27% 0.74% -
HSV(B) 289.71º 0.17% 0.81% -
XYZ 50.1 46.43 65.35 -
YUV 184.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 201 172 207 0.03 0.17 0 0.19 289.71 0.27 0.74
Hex C9 AC CF 3 11 0 13 122 1B 4A
Octal 311 254 317 3 21 0 23 442 33 112
Binary 11001001 10101100 11001111 11 10001 0 10011 100100010 11011 1001010

Color Harmonies of #C9ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ACCF

Black with #C9ACCF

Text Example


Text Example

White with #C9ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ACCF; }

 p { color: rgb(201,172,207); }

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

background-color css

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

 a { background-color: rgb(201,172,207); }

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

border-color css

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

 span { border-color: rgb(201,172,207); }

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