Html Css Color HEX #CBC5DC Melrose

📋 copy color: '#CBC5DC'

red 203 ◦ green 197 ◦ blue 220

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

Shades of Melrose #CBC5DC

Tints of Melrose #CBC5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.77%

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

R = 32.74%
G = 31.77%
B = 35.48%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBC5DC (or 0xCBC5DC) is known color: Melrose. HEX triplet: CB, C5 and DC. RGB value is (203,197,220). Sum of RGB (Red+Green+Blue) = 203+197+220=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5DC is #343A23. Grayscale: #C9C9C9. Windows color (decimal): -3422756 or 14468555. OLE color: 14468555.

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

Color convert

RGB 203 197 220 -
CMYK 0.08 0.10 0 0.14
HSL 255.65º 0.25% 0.82% -
HSV(B) 255.65º 0.1% 0.86% -
XYZ 57.51 57.8 75.83 -
YUV 201.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 203 197 220 0.08 0.10 0 0.14 255.65 0.25 0.82
Hex CB C5 DC 8 A 0 E 100 19 52
Octal 313 305 334 10 12 0 16 400 31 122
Binary 11001011 11000101 11011100 1000 1010 0 1110 100000000 11001 1010010

Color Harmonies of #CBC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC5DC

Black with #CBC5DC

Text Example


Text Example

White with #CBC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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