Html Css Color HEX #CBBEDB Melrose

📋 copy color: '#CBBEDB'

red 203 ◦ green 190 ◦ blue 219

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

Shades of Melrose #CBBEDB

Tints of Melrose #CBBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.05%

 BLUE value IS 219 (85.94% from 255) = 35.78%

R = 33.17%
G = 31.05%
B = 35.78%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBBEDB (or 0xCBBEDB) is known color: Melrose. HEX triplet: CB, BE and DB. RGB value is (203,190,219). Sum of RGB (Red+Green+Blue) = 203+190+219=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEDB is #344124. Grayscale: #C5C5C5. Windows color (decimal): -3424549 or 14401227. OLE color: 14401227.

HSL color Cylindrical-coordinate representation of color #CBBEDB: hue angle of 266.9º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBBEDB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 190 219 -
CMYK 0.07 0.13 0 0.14
HSL 266.9º 0.29% 0.8% -
HSV(B) 266.9º 0.13% 0.86% -
XYZ 55.83 54.64 74.62 -
YUV 197.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 203 190 219 0.07 0.13 0 0.14 266.9 0.29 0.8
Hex CB BE DB 7 D 0 E 10B 1D 50
Octal 313 276 333 7 15 0 16 413 35 120
Binary 11001011 10111110 11011011 111 1101 0 1110 100001011 11101 1010000

Color Harmonies of #CBBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBEDB

Black with #CBBEDB

Text Example


Text Example

White with #CBBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBEDB; }

 p { color: rgb(203,190,219); }

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

background-color css

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

 a { background-color: rgb(203,190,219); }

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

border-color css

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

 span { border-color: rgb(203,190,219); }

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