Html Css Color HEX #C9BDD0 Prelude

📋 copy color: '#C9BDD0'

red 201 ◦ green 189 ◦ blue 208

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

Shades of Prelude #C9BDD0

Tints of Prelude #C9BDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.78%

R = 33.61%
G = 31.61%
B = 34.78%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C9BDD0 (or 0xC9BDD0) is known color: Prelude. HEX triplet: C9, BD and D0. RGB value is (201,189,208). Sum of RGB (Red+Green+Blue) = 201+189+208=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #C9BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDD0 is #36422F. Grayscale: #C2C2C2. Windows color (decimal): -3555888 or 13680073. OLE color: 13680073.

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

Color convert

RGB 201 189 208 -
CMYK 0.03 0.09 0 0.18
HSL 277.89º 0.17% 0.78% -
HSV(B) 277.89º 0.09% 0.82% -
XYZ 53.67 53.37 67.15 -
YUV 194.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 201 189 208 0.03 0.09 0 0.18 277.89 0.17 0.78
Hex C9 BD D0 3 9 0 12 116 11 4E
Octal 311 275 320 3 11 0 22 426 21 116
Binary 11001001 10111101 11010000 11 1001 0 10010 100010110 10001 1001110

Color Harmonies of #C9BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDD0

Black with #C9BDD0

Text Example


Text Example

White with #C9BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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