Html Css Color HEX #C9BED1 Prelude

📋 copy color: '#C9BED1'

red 201 ◦ green 190 ◦ blue 209

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

Shades of Prelude #C9BED1

Tints of Prelude #C9BED1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.67%

 BLUE value IS 209 (82.03% from 255) = 34.83%

R = 33.5%
G = 31.67%
B = 34.83%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C9BED1 (or 0xC9BED1) is known color: Prelude. HEX triplet: C9, BE and D1. RGB value is (201,190,209). Sum of RGB (Red+Green+Blue) = 201+190+209=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #C9BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BED1 is #36412E. Grayscale: #C3C3C3. Windows color (decimal): -3555631 or 13745865. OLE color: 13745865.

HSL color Cylindrical-coordinate representation of color #C9BED1: hue angle of 274.74º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9BED1 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 190 209 -
CMYK 0.04 0.09 0 0.18
HSL 274.74º 0.17% 0.78% -
HSV(B) 274.74º 0.09% 0.82% -
XYZ 54.01 53.85 67.87 -
YUV 195.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 201 190 209 0.04 0.09 0 0.18 274.74 0.17 0.78
Hex C9 BE D1 4 9 0 12 113 11 4E
Octal 311 276 321 4 11 0 22 423 21 116
Binary 11001001 10111110 11010001 100 1001 0 10010 100010011 10001 1001110

Color Harmonies of #C9BED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BED1

Black with #C9BED1

Text Example


Text Example

White with #C9BED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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