Html Css Color HEX #C9BDF2 Melrose

📋 copy color: '#C9BDF2'

red 201 ◦ green 189 ◦ blue 242

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

Shades of Melrose #C9BDF2

Tints of Melrose #C9BDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.29%

R = 31.8%
G = 29.91%
B = 38.29%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C9BDF2 (or 0xC9BDF2) is known color: Melrose. HEX triplet: C9, BD and F2. RGB value is (201,189,242). Sum of RGB (Red+Green+Blue) = 201+189+242=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #C9BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDF2 is #36420D. Grayscale: #C6C6C6. Windows color (decimal): -3555854 or 15908297. OLE color: 15908297.

HSL color Cylindrical-coordinate representation of color #C9BDF2: hue angle of 253.58º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9BDF2 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 189 242 -
CMYK 0.17 0.22 0 0.05
HSL 253.58º 0.67% 0.85% -
HSV(B) 253.58º 0.22% 0.95% -
XYZ 58.31 55.22 91.59 -
YUV 198.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 201 189 242 0.17 0.22 0 0.05 253.58 0.67 0.85
Hex C9 BD F2 11 16 0 5 FE 43 55
Octal 311 275 362 21 26 0 5 376 103 125
Binary 11001001 10111101 11110010 10001 10110 0 101 11111110 1000011 1010101

Color Harmonies of #C9BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDF2

Black with #C9BDF2

Text Example


Text Example

White with #C9BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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