Html Css Color HEX #CBBBEA Melrose

📋 copy color: '#CBBBEA'

red 203 ◦ green 187 ◦ blue 234

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

Shades of Melrose #CBBBEA

Tints of Melrose #CBBBEA

RGB

 RED value IS 203 (79.69% from 255) = 32.53%

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

 BLUE value IS 234 (91.8% from 255) = 37.5%

R = 32.53%
G = 29.97%
B = 37.5%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBBBEA (or 0xCBBBEA) is known color: Melrose. HEX triplet: CB, BB and EA. RGB value is (203,187,234). Sum of RGB (Red+Green+Blue) = 203+187+234=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBEA is #344415. Grayscale: #C4C4C4. Windows color (decimal): -3425302 or 15383499. OLE color: 15383499.

HSL color Cylindrical-coordinate representation of color #CBBBEA: hue angle of 260.43º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBBBEA is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 187 234 -
CMYK 0.13 0.20 0 0.08
HSL 260.43º 0.53% 0.83% -
HSV(B) 260.43º 0.2% 0.92% -
XYZ 57.25 54.18 85.28 -
YUV 197.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 203 187 234 0.13 0.20 0 0.08 260.43 0.53 0.83
Hex CB BB EA D 14 0 8 104 35 53
Octal 313 273 352 15 24 0 10 404 65 123
Binary 11001011 10111011 11101010 1101 10100 0 1000 100000100 110101 1010011

Color Harmonies of #CBBBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBEA

Black with #CBBBEA

Text Example


Text Example

White with #CBBBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBBEA; }

 p { color: rgb(203,187,234); }

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

background-color css

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

 a { background-color: rgb(203,187,234); }

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

border-color css

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

 span { border-color: rgb(203,187,234); }

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