Html Css Color HEX #C9C2EE Melrose

📋 copy color: '#C9C2EE'

red 201 ◦ green 194 ◦ blue 238

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

Shades of Melrose #C9C2EE

Tints of Melrose #C9C2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.6%

R = 31.75%
G = 30.65%
B = 37.6%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C9C2EE (or 0xC9C2EE) is known color: Melrose. HEX triplet: C9, C2 and EE. RGB value is (201,194,238). Sum of RGB (Red+Green+Blue) = 201+194+238=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9C2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C2EE is #363D11. Grayscale: #C8C8C8. Windows color (decimal): -3554578 or 15647433. OLE color: 15647433.

HSL color Cylindrical-coordinate representation of color #C9C2EE: hue angle of 249.55º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9C2EE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 194 238 -
CMYK 0.16 0.18 0 0.07
HSL 249.55º 0.56% 0.85% -
HSV(B) 249.55º 0.18% 0.93% -
XYZ 58.81 57.17 88.82 -
YUV 201.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 201 194 238 0.16 0.18 0 0.07 249.55 0.56 0.85
Hex C9 C2 EE 10 12 0 7 FA 38 55
Octal 311 302 356 20 22 0 7 372 70 125
Binary 11001001 11000010 11101110 10000 10010 0 111 11111010 111000 1010101

Color Harmonies of #C9C2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C2EE

Black with #C9C2EE

Text Example


Text Example

White with #C9C2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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