Html Css Color HEX #C3BBEE Melrose

📋 copy color: '#C3BBEE'

red 195 ◦ green 187 ◦ blue 238

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

Shades of Melrose #C3BBEE

Tints of Melrose #C3BBEE

RGB

 RED value IS 195 (76.56% from 255) = 31.45%

 GREEN value IS 187 (73.44% from 255) = 30.16%

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

R = 31.45%
G = 30.16%
B = 38.39%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3BBEE (or 0xC3BBEE) is known color: Melrose. HEX triplet: C3, BB and EE. RGB value is (195,187,238). Sum of RGB (Red+Green+Blue) = 195+187+238=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBEE is #3C4411. Grayscale: #C3C3C3. Windows color (decimal): -3949586 or 15645635. OLE color: 15645635.

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

Color convert

RGB 195 187 238 -
CMYK 0.18 0.21 0 0.07
HSL 249.41º 0.6% 0.83% -
HSV(B) 249.41º 0.21% 0.93% -
XYZ 55.71 53.32 88.24 -
YUV 195.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 195 187 238 0.18 0.21 0 0.07 249.41 0.6 0.83
Hex C3 BB EE 12 15 0 7 F9 3C 53
Octal 303 273 356 22 25 0 7 371 74 123
Binary 11000011 10111011 11101110 10010 10101 0 111 11111001 111100 1010011

Color Harmonies of #C3BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBEE

Black with #C3BBEE

Text Example


Text Example

White with #C3BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBEE; }

 p { color: rgb(195,187,238); }

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

background-color css

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

 a { background-color: rgb(195,187,238); }

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

border-color css

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

 span { border-color: rgb(195,187,238); }

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