Html Css Color HEX #C9BBD5 Prelude

📋 copy color: '#C9BBD5'

red 201 ◦ green 187 ◦ blue 213

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

Shades of Prelude #C9BBD5

Tints of Prelude #C9BBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.44%

R = 33.44%
G = 31.11%
B = 35.44%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9BBD5 (or 0xC9BBD5) is known color: Prelude. HEX triplet: C9, BB and D5. RGB value is (201,187,213). Sum of RGB (Red+Green+Blue) = 201+187+213=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9BBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBD5 is #36442A. Grayscale: #C2C2C2. Windows color (decimal): -3556395 or 14007241. OLE color: 14007241.

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

Color convert

RGB 201 187 213 -
CMYK 0.06 0.12 0 0.16
HSL 272.31º 0.24% 0.78% -
HSV(B) 272.31º 0.12% 0.84% -
XYZ 53.87 52.76 70.3 -
YUV 194.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 201 187 213 0.06 0.12 0 0.16 272.31 0.24 0.78
Hex C9 BB D5 6 C 0 10 110 18 4E
Octal 311 273 325 6 14 0 20 420 30 116
Binary 11001001 10111011 11010101 110 1100 0 10000 100010000 11000 1001110

Color Harmonies of #C9BBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBD5

Black with #C9BBD5

Text Example


Text Example

White with #C9BBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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