Html Css Color HEX #CBC0EA Melrose

📋 copy color: '#CBC0EA'

red 203 ◦ green 192 ◦ blue 234

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

Shades of Melrose #CBC0EA

Tints of Melrose #CBC0EA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.52%

 BLUE value IS 234 (91.8% from 255) = 37.2%

R = 32.27%
G = 30.52%
B = 37.2%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBC0EA (or 0xCBC0EA) is known color: Melrose. HEX triplet: CB, C0 and EA. RGB value is (203,192,234). Sum of RGB (Red+Green+Blue) = 203+192+234=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBC0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0EA is #343F15. Grayscale: #C7C7C7. Windows color (decimal): -3424022 or 15384779. OLE color: 15384779.

HSL color Cylindrical-coordinate representation of color #CBC0EA: hue angle of 255.71º degrees, saturation: 0.5, 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 #CBC0EA is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 192 234 -
CMYK 0.13 0.18 0 0.08
HSL 255.71º 0.5% 0.84% -
HSV(B) 255.71º 0.18% 0.92% -
XYZ 58.33 56.34 85.64 -
YUV 200.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 203 192 234 0.13 0.18 0 0.08 255.71 0.5 0.84
Hex CB C0 EA D 12 0 8 100 32 54
Octal 313 300 352 15 22 0 10 400 62 124
Binary 11001011 11000000 11101010 1101 10010 0 1000 100000000 110010 1010100

Color Harmonies of #CBC0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC0EA

Black with #CBC0EA

Text Example


Text Example

White with #CBC0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC0EA; }

 p { color: rgb(203,192,234); }

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

background-color css

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

 a { background-color: rgb(203,192,234); }

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

border-color css

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

 span { border-color: rgb(203,192,234); }

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