Html Css Color HEX #CBC1EB Melrose

📋 copy color: '#CBC1EB'

red 203 ◦ green 193 ◦ blue 235

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

Shades of Melrose #CBC1EB

Tints of Melrose #CBC1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.24%

R = 32.17%
G = 30.59%
B = 37.24%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBC1EB (or 0xCBC1EB) is known color: Melrose. HEX triplet: CB, C1 and EB. RGB value is (203,193,235). Sum of RGB (Red+Green+Blue) = 203+193+235=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC1EB is #343E14. Grayscale: #C8C8C8. Windows color (decimal): -3423765 or 15450571. OLE color: 15450571.

HSL color Cylindrical-coordinate representation of color #CBC1EB: hue angle of 254.29º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC1EB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 193 235 -
CMYK 0.14 0.18 0 0.08
HSL 254.29º 0.51% 0.84% -
HSV(B) 254.29º 0.18% 0.92% -
XYZ 58.69 56.83 86.47 -
YUV 200.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 203 193 235 0.14 0.18 0 0.08 254.29 0.51 0.84
Hex CB C1 EB E 12 0 8 FE 33 54
Octal 313 301 353 16 22 0 10 376 63 124
Binary 11001011 11000001 11101011 1110 10010 0 1000 11111110 110011 1010100

Color Harmonies of #CBC1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC1EB

Black with #CBC1EB

Text Example


Text Example

White with #CBC1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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