Html Css Color HEX #C9B6CF Prelude

📋 copy color: '#C9B6CF'

red 201 ◦ green 182 ◦ blue 207

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

Shades of Prelude #C9B6CF

Tints of Prelude #C9B6CF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.85%

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

R = 34.07%
G = 30.85%
B = 35.08%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9B6CF (or 0xC9B6CF) is known color: Prelude. HEX triplet: C9, B6 and CF. RGB value is (201,182,207). Sum of RGB (Red+Green+Blue) = 201+182+207=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9B6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B6CF is #364930. Grayscale: #BEBEBE. Windows color (decimal): -3557681 or 13612745. OLE color: 13612745.

HSL color Cylindrical-coordinate representation of color #C9B6CF: hue angle of 285.6º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9B6CF is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 182 207 -
CMYK 0.03 0.12 0 0.19
HSL 285.6º 0.21% 0.76% -
HSV(B) 285.6º 0.12% 0.81% -
XYZ 52.08 50.38 66.01 -
YUV 190.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 201 182 207 0.03 0.12 0 0.19 285.6 0.21 0.76
Hex C9 B6 CF 3 C 0 13 11E 15 4C
Octal 311 266 317 3 14 0 23 436 25 114
Binary 11001001 10110110 11001111 11 1100 0 10011 100011110 10101 1001100

Color Harmonies of #C9B6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B6CF

Black with #C9B6CF

Text Example


Text Example

White with #C9B6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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