Html Css Color HEX #C9BFD1 Prelude

📋 copy color: '#C9BFD1'

red 201 ◦ green 191 ◦ blue 209

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

Shades of Prelude #C9BFD1

Tints of Prelude #C9BFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 31.78%

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

R = 33.44%
G = 31.78%
B = 34.78%

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

#C9BFD1 (or 0xC9BFD1) is known color: Prelude. HEX triplet: C9, BF and D1. RGB value is (201,191,209). Sum of RGB (Red+Green+Blue) = 201+191+209=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 209 - color contains mainly: blue. Hex color #C9BFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFD1 is #36402E. Grayscale: #C3C3C3. Windows color (decimal): -3555375 or 13746121. OLE color: 13746121.

HSL color Cylindrical-coordinate representation of color #C9BFD1: hue angle of 273.33º degrees, saturation: 0.16, 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 #C9BFD1 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 191 209 -
CMYK 0.04 0.09 0 0.18
HSL 273.33º 0.16% 0.78% -
HSV(B) 273.33º 0.09% 0.82% -
XYZ 54.23 54.28 67.94 -
YUV 196.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 201 191 209 0.04 0.09 0 0.18 273.33 0.16 0.78
Hex C9 BF D1 4 9 0 12 111 10 4E
Octal 311 277 321 4 11 0 22 421 20 116
Binary 11001001 10111111 11010001 100 1001 0 10010 100010001 10000 1001110

Color Harmonies of #C9BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFD1

Black with #C9BFD1

Text Example


Text Example

White with #C9BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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