Html Css Color HEX #CBC2EB Melrose

📋 copy color: '#CBC2EB'

red 203 ◦ green 194 ◦ blue 235

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

Shades of Melrose #CBC2EB

Tints of Melrose #CBC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.7%

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

R = 32.12%
G = 30.7%
B = 37.18%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBC2EB (or 0xCBC2EB) is known color: Melrose. HEX triplet: CB, C2 and EB. RGB value is (203,194,235). Sum of RGB (Red+Green+Blue) = 203+194+235=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2EB is #343D14. Grayscale: #C9C9C9. Windows color (decimal): -3423509 or 15450827. OLE color: 15450827.

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

Color convert

RGB 203 194 235 -
CMYK 0.14 0.17 0 0.08
HSL 253.17º 0.51% 0.84% -
HSV(B) 253.17º 0.17% 0.92% -
XYZ 58.92 57.28 86.55 -
YUV 201.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 203 194 235 0.14 0.17 0 0.08 253.17 0.51 0.84
Hex CB C2 EB E 11 0 8 FD 33 54
Octal 313 302 353 16 21 0 10 375 63 124
Binary 11001011 11000010 11101011 1110 10001 0 1000 11111101 110011 1010100

Color Harmonies of #CBC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC2EB

Black with #CBC2EB

Text Example


Text Example

White with #CBC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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