Html Css Color HEX #C9BDCE Prelude

📋 copy color: '#C9BDCE'

red 201 ◦ green 189 ◦ blue 206

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

Shades of Prelude #C9BDCE

Tints of Prelude #C9BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.71%

 BLUE value IS 206 (80.86% from 255) = 34.56%

R = 33.72%
G = 31.71%
B = 34.56%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9BDCE (or 0xC9BDCE) is known color: Prelude. HEX triplet: C9, BD and CE. RGB value is (201,189,206). Sum of RGB (Red+Green+Blue) = 201+189+206=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDCE is #364231. Grayscale: #C2C2C2. Windows color (decimal): -3555890 or 13549001. OLE color: 13549001.

HSL color Cylindrical-coordinate representation of color #C9BDCE: hue angle of 282.35º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9BDCE is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 189 206 -
CMYK 0.02 0.08 0 0.19
HSL 282.35º 0.15% 0.77% -
HSV(B) 282.35º 0.08% 0.81% -
XYZ 53.43 53.27 65.86 -
YUV 194.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 201 189 206 0.02 0.08 0 0.19 282.35 0.15 0.77
Hex C9 BD CE 2 8 0 13 11A F 4D
Octal 311 275 316 2 10 0 23 432 17 115
Binary 11001001 10111101 11001110 10 1000 0 10011 100011010 1111 1001101

Color Harmonies of #C9BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDCE

Black with #C9BDCE

Text Example


Text Example

White with #C9BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDCE; }

 p { color: rgb(201,189,206); }

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

background-color css

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

 a { background-color: rgb(201,189,206); }

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

border-color css

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

 span { border-color: rgb(201,189,206); }

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