Html Css Color HEX #C9B7CE Prelude

📋 copy color: '#C9B7CE'

red 201 ◦ green 183 ◦ blue 206

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

Shades of Prelude #C9B7CE

Tints of Prelude #C9B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.02%

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

R = 34.07%
G = 31.02%
B = 34.92%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9B7CE (or 0xC9B7CE) is known color: Prelude. HEX triplet: C9, B7 and CE. RGB value is (201,183,206). Sum of RGB (Red+Green+Blue) = 201+183+206=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B7CE is #364831. Grayscale: #BEBEBE. Windows color (decimal): -3557426 or 13547465. OLE color: 13547465.

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

Color convert

RGB 201 183 206 -
CMYK 0.02 0.11 0 0.19
HSL 286.96º 0.19% 0.76% -
HSV(B) 286.96º 0.11% 0.81% -
XYZ 52.16 50.74 65.44 -
YUV 191 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 201 183 206 0.02 0.11 0 0.19 286.96 0.19 0.76
Hex C9 B7 CE 2 B 0 13 11F 13 4C
Octal 311 267 316 2 13 0 23 437 23 114
Binary 11001001 10110111 11001110 10 1011 0 10011 100011111 10011 1001100

Color Harmonies of #C9B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B7CE

Black with #C9B7CE

Text Example


Text Example

White with #C9B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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