Html Css Color HEX #CBBEDC Melrose

📋 copy color: '#CBBEDC'

red 203 ◦ green 190 ◦ blue 220

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

Shades of Melrose #CBBEDC

Tints of Melrose #CBBEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.89%

R = 33.12%
G = 31%
B = 35.89%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBBEDC (or 0xCBBEDC) is known color: Melrose. HEX triplet: CB, BE and DC. RGB value is (203,190,220). Sum of RGB (Red+Green+Blue) = 203+190+220=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEDC is #344123. Grayscale: #C5C5C5. Windows color (decimal): -3424548 or 14466763. OLE color: 14466763.

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

Color convert

RGB 203 190 220 -
CMYK 0.08 0.14 0 0.14
HSL 266º 0.3% 0.8% -
HSV(B) 266º 0.14% 0.86% -
XYZ 55.96 54.69 75.32 -
YUV 197.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 203 190 220 0.08 0.14 0 0.14 266 0.3 0.8
Hex CB BE DC 8 E 0 E 10A 1E 50
Octal 313 276 334 10 16 0 16 412 36 120
Binary 11001011 10111110 11011100 1000 1110 0 1110 100001010 11110 1010000

Color Harmonies of #CBBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBEDC

Black with #CBBEDC

Text Example


Text Example

White with #CBBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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