Html Css Color HEX #CBC1DF Melrose

📋 copy color: '#CBC1DF'

red 203 ◦ green 193 ◦ blue 223

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

Shades of Melrose #CBC1DF

Tints of Melrose #CBC1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.18%

 BLUE value IS 223 (87.5% from 255) = 36.03%

R = 32.79%
G = 31.18%
B = 36.03%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBC1DF (or 0xCBC1DF) is known color: Melrose. HEX triplet: CB, C1 and DF. RGB value is (203,193,223). Sum of RGB (Red+Green+Blue) = 203+193+223=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1DF is #343E20. Grayscale: #C7C7C7. Windows color (decimal): -3423777 or 14664139. OLE color: 14664139.

HSL color Cylindrical-coordinate representation of color #CBC1DF: hue angle of 260º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC1DF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 193 223 -
CMYK 0.09 0.13 0 0.13
HSL 260º 0.32% 0.82% -
HSV(B) 260º 0.13% 0.87% -
XYZ 57.02 56.16 77.65 -
YUV 199.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 203 193 223 0.09 0.13 0 0.13 260 0.32 0.82
Hex CB C1 DF 9 D 0 D 104 20 52
Octal 313 301 337 11 15 0 15 404 40 122
Binary 11001011 11000001 11011111 1001 1101 0 1101 100000100 100000 1010010

Color Harmonies of #CBC1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC1DF

Black with #CBC1DF

Text Example


Text Example

White with #CBC1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC1DF; }

 p { color: rgb(203,193,223); }

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

background-color css

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

 a { background-color: rgb(203,193,223); }

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

border-color css

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

 span { border-color: rgb(203,193,223); }

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