Html Css Color HEX #C9C2EB Melrose

📋 copy color: '#C9C2EB'

red 201 ◦ green 194 ◦ blue 235

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

Shades of Melrose #C9C2EB

Tints of Melrose #C9C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.79%

 BLUE value IS 235 (92.19% from 255) = 37.3%

R = 31.9%
G = 30.79%
B = 37.3%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9C2EB (or 0xC9C2EB) is known color: Melrose. HEX triplet: C9, C2 and EB. RGB value is (201,194,235). Sum of RGB (Red+Green+Blue) = 201+194+235=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C2EB is #363D14. Grayscale: #C8C8C8. Windows color (decimal): -3554581 or 15450825. OLE color: 15450825.

HSL color Cylindrical-coordinate representation of color #C9C2EB: hue angle of 250.24º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9C2EB is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 194 235 -
CMYK 0.14 0.17 0 0.08
HSL 250.24º 0.51% 0.84% -
HSV(B) 250.24º 0.17% 0.92% -
XYZ 58.37 57 86.52 -
YUV 200.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 201 194 235 0.14 0.17 0 0.08 250.24 0.51 0.84
Hex C9 C2 EB E 11 0 8 FA 33 54
Octal 311 302 353 16 21 0 10 372 63 124
Binary 11001001 11000010 11101011 1110 10001 0 1000 11111010 110011 1010100

Color Harmonies of #C9C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C2EB

Black with #C9C2EB

Text Example


Text Example

White with #C9C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C2EB; }

 p { color: rgb(201,194,235); }

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

background-color css

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

 a { background-color: rgb(201,194,235); }

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

border-color css

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

 span { border-color: rgb(201,194,235); }

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