#C9BED3

Color #C9BED3 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #C9BED3

Tints of Prelude #C9BED3

Color information

#C9BED3 (or 0xC9BED3) is unknown color: approx Prelude. HEX triplet: C9, BE and D3. RGB value is (201,190,211). Sum of RGB (Red+Green+Blue) = 201+190+211=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #C9BED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BED3 is #36412C. Grayscale: #C3C3C3. Windows color (decimal): -3555629 or 13876937. OLE color: 13876937.

HSL color Cylindrical-coordinate representation of color #C9BED3: hue angle of 271.43º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9BED3 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB201190211-
CMYK0.050.1000.17
HSL271.43º19.27%78.63%-
HSV(B)271.43º9.95%82.75%-
XYZ54.2653.9569.18-
YUV195.68136.64131.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 211 (82.81% from 255) = 35.05%
R=33.39%
G=31.56%
B=35.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2011902110.050.1000.17271.4319.2778.63
HexC9BED35A01110f134f
Octal31127632351202141723117
Binary1100100110111110110100111011010010001100001111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BED3; }

 p { color: rgb(201,190,211); }

 H1.HeaderClassName
 {
   color: #C9BED3;
 }
 .AnyTagClassName
 {
   color: #C9BED3;
 }
</style>
background-color css

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

 a { background-color: rgb(201,190,211); }

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

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

 span { border-color: rgb(201,190,211); }

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