Html Css Color HEX #C9BBD6 Prelude

📋 copy color: '#C9BBD6'

red 201 ◦ green 187 ◦ blue 214

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

Shades of Prelude #C9BBD6

Tints of Prelude #C9BBD6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.06%

 BLUE value IS 214 (83.98% from 255) = 35.55%

R = 33.39%
G = 31.06%
B = 35.55%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9BBD6 (or 0xC9BBD6) is known color: Prelude. HEX triplet: C9, BB and D6. RGB value is (201,187,214). Sum of RGB (Red+Green+Blue) = 201+187+214=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBD6 is #364429. Grayscale: #C2C2C2. Windows color (decimal): -3556394 or 14072777. OLE color: 14072777.

HSL color Cylindrical-coordinate representation of color #C9BBD6: hue angle of 271.11º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BBD6 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 187 214 -
CMYK 0.06 0.13 0 0.16
HSL 271.11º 0.25% 0.79% -
HSV(B) 271.11º 0.13% 0.84% -
XYZ 54 52.81 70.97 -
YUV 194.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 201 187 214 0.06 0.13 0 0.16 271.11 0.25 0.79
Hex C9 BB D6 6 D 0 10 10F 19 4F
Octal 311 273 326 6 15 0 20 417 31 117
Binary 11001001 10111011 11010110 110 1101 0 10000 100001111 11001 1001111

Color Harmonies of #C9BBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBD6

Black with #C9BBD6

Text Example


Text Example

White with #C9BBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBD6; }

 p { color: rgb(201,187,214); }

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

background-color css

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

 a { background-color: rgb(201,187,214); }

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

border-color css

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

 span { border-color: rgb(201,187,214); }

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