Html Css Color HEX #C9BDCF Prelude

📋 copy color: '#C9BDCF'

red 201 ◦ green 189 ◦ blue 207

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

Shades of Prelude #C9BDCF

Tints of Prelude #C9BDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.67%

R = 33.67%
G = 31.66%
B = 34.67%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C9BDCF (or 0xC9BDCF) is known color: Prelude. HEX triplet: C9, BD and CF. RGB value is (201,189,207). Sum of RGB (Red+Green+Blue) = 201+189+207=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #C9BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDCF is #364230. Grayscale: #C2C2C2. Windows color (decimal): -3555889 or 13614537. OLE color: 13614537.

HSL color Cylindrical-coordinate representation of color #C9BDCF: hue angle of 280º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9BDCF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 189 207 -
CMYK 0.03 0.09 0 0.19
HSL 280º 0.16% 0.78% -
HSV(B) 280º 0.09% 0.81% -
XYZ 53.55 53.32 66.5 -
YUV 194.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 201 189 207 0.03 0.09 0 0.19 280 0.16 0.78
Hex C9 BD CF 3 9 0 13 118 10 4E
Octal 311 275 317 3 11 0 23 430 20 116
Binary 11001001 10111101 11001111 11 1001 0 10011 100011000 10000 1001110

Color Harmonies of #C9BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDCF

Black with #C9BDCF

Text Example


Text Example

White with #C9BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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