Html Css Color HEX #C9B5CE Prelude

📋 copy color: '#C9B5CE'

red 201 ◦ green 181 ◦ blue 206

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

Shades of Prelude #C9B5CE

Tints of Prelude #C9B5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.78%

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

R = 34.18%
G = 30.78%
B = 35.03%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9B5CE (or 0xC9B5CE) is known color: Prelude. HEX triplet: C9, B5 and CE. RGB value is (201,181,206). Sum of RGB (Red+Green+Blue) = 201+181+206=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B5CE is #364A31. Grayscale: #BDBDBD. Windows color (decimal): -3557938 or 13546953. OLE color: 13546953.

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

Color convert

RGB 201 181 206 -
CMYK 0.02 0.12 0 0.19
HSL 288º 0.2% 0.76% -
HSV(B) 288º 0.12% 0.81% -
XYZ 51.75 49.92 65.3 -
YUV 189.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 201 181 206 0.02 0.12 0 0.19 288 0.2 0.76
Hex C9 B5 CE 2 C 0 13 120 14 4C
Octal 311 265 316 2 14 0 23 440 24 114
Binary 11001001 10110101 11001110 10 1100 0 10011 100100000 10100 1001100

Color Harmonies of #C9B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B5CE

Black with #C9B5CE

Text Example


Text Example

White with #C9B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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