Html Css Color HEX #CBC6EA Melrose

📋 copy color: '#CBC6EA'

red 203 ◦ green 198 ◦ blue 234

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

Shades of Melrose #CBC6EA

Tints of Melrose #CBC6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.18%

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

R = 31.97%
G = 31.18%
B = 36.85%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBC6EA (or 0xCBC6EA) is known color: Melrose. HEX triplet: CB, C6 and EA. RGB value is (203,198,234). Sum of RGB (Red+Green+Blue) = 203+198+234=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBC6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC6EA is #343915. Grayscale: #CBCBCB. Windows color (decimal): -3422486 or 15386315. OLE color: 15386315.

HSL color Cylindrical-coordinate representation of color #CBC6EA: hue angle of 248.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBC6EA is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 198 234 -
CMYK 0.13 0.15 0 0.08
HSL 248.33º 0.46% 0.85% -
HSV(B) 248.33º 0.15% 0.92% -
XYZ 59.67 59.03 86.09 -
YUV 203.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 203 198 234 0.13 0.15 0 0.08 248.33 0.46 0.85
Hex CB C6 EA D F 0 8 F8 2E 55
Octal 313 306 352 15 17 0 10 370 56 125
Binary 11001011 11000110 11101010 1101 1111 0 1000 11111000 101110 1010101

Color Harmonies of #CBC6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC6EA

Black with #CBC6EA

Text Example


Text Example

White with #CBC6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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