Html Css Color HEX #CBC8DC Melrose

📋 copy color: '#CBC8DC'

red 203 ◦ green 200 ◦ blue 220

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

Shades of Melrose #CBC8DC

Tints of Melrose #CBC8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.1%

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

R = 32.58%
G = 32.1%
B = 35.31%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBC8DC (or 0xCBC8DC) is known color: Melrose. HEX triplet: CB, C8 and DC. RGB value is (203,200,220). Sum of RGB (Red+Green+Blue) = 203+200+220=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8DC is #343723. Grayscale: #CBCBCB. Windows color (decimal): -3421988 or 14469323. OLE color: 14469323.

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

Color convert

RGB 203 200 220 -
CMYK 0.08 0.09 0 0.14
HSL 249º 0.22% 0.82% -
HSV(B) 249º 0.09% 0.86% -
XYZ 58.2 59.17 76.06 -
YUV 203.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 203 200 220 0.08 0.09 0 0.14 249 0.22 0.82
Hex CB C8 DC 8 9 0 E F9 16 52
Octal 313 310 334 10 11 0 16 371 26 122
Binary 11001011 11001000 11011100 1000 1001 0 1110 11111001 10110 1010010

Color Harmonies of #CBC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC8DC

Black with #CBC8DC

Text Example


Text Example

White with #CBC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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