Html Css Color HEX #C9B9CE Prelude

📋 copy color: '#C9B9CE'

red 201 ◦ green 185 ◦ blue 206

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

Shades of Prelude #C9B9CE

Tints of Prelude #C9B9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.25%

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

R = 33.95%
G = 31.25%
B = 34.8%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9B9CE (or 0xC9B9CE) is known color: Prelude. HEX triplet: C9, B9 and CE. RGB value is (201,185,206). Sum of RGB (Red+Green+Blue) = 201+185+206=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9CE is #364631. Grayscale: #C0C0C0. Windows color (decimal): -3556914 or 13547977. OLE color: 13547977.

HSL color Cylindrical-coordinate representation of color #C9B9CE: hue angle of 285.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9B9CE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 185 206 -
CMYK 0.02 0.10 0 0.19
HSL 285.71º 0.18% 0.77% -
HSV(B) 285.71º 0.1% 0.81% -
XYZ 52.58 51.57 65.58 -
YUV 192.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 201 185 206 0.02 0.10 0 0.19 285.71 0.18 0.77
Hex C9 B9 CE 2 A 0 13 11E 12 4D
Octal 311 271 316 2 12 0 23 436 22 115
Binary 11001001 10111001 11001110 10 1010 0 10011 100011110 10010 1001101

Color Harmonies of #C9B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B9CE

Black with #C9B9CE

Text Example


Text Example

White with #C9B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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