Html Css Color HEX #C8BBEE Melrose

📋 copy color: '#C8BBEE'

red 200 ◦ green 187 ◦ blue 238

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

Shades of Melrose #C8BBEE

Tints of Melrose #C8BBEE

RGB

 RED value IS 200 (78.52% from 255) = 32%

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

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

R = 32%
G = 29.92%
B = 38.08%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8BBEE (or 0xC8BBEE) is known color: Melrose. HEX triplet: C8, BB and EE. RGB value is (200,187,238). Sum of RGB (Red+Green+Blue) = 200+187+238=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBEE is #374411. Grayscale: #C4C4C4. Windows color (decimal): -3621906 or 15645640. OLE color: 15645640.

HSL color Cylindrical-coordinate representation of color #C8BBEE: hue angle of 255.29º 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 #C8BBEE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 187 238 -
CMYK 0.16 0.21 0 0.07
HSL 255.29º 0.6% 0.83% -
HSV(B) 255.29º 0.21% 0.93% -
XYZ 57.02 53.99 88.31 -
YUV 196.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 200 187 238 0.16 0.21 0 0.07 255.29 0.6 0.83
Hex C8 BB EE 10 15 0 7 FF 3C 53
Octal 310 273 356 20 25 0 7 377 74 123
Binary 11001000 10111011 11101110 10000 10101 0 111 11111111 111100 1010011

Color Harmonies of #C8BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BBEE

Black with #C8BBEE

Text Example


Text Example

White with #C8BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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