#CBC2EE

Color #CBC2EE Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #CBC2EE

Tints of Melrose #CBC2EE

Color information

#CBC2EE (or 0xCBC2EE) is unknown color: approx Melrose. HEX triplet: CB, C2 and EE. RGB value is (203,194,238). Sum of RGB (Red+Green+Blue) = 203+194+238=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2EE is #343D11. Grayscale: #C9C9C9. Windows color (decimal): -3423506 or 15647435. OLE color: 15647435.

HSL color Cylindrical-coordinate representation of color #CBC2EE: hue angle of 252.27º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC2EE is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203194238-
CMYK0.150.1800.07
HSL252.27º56.41%84.71%-
HSV(B)252.27º18.49%93.33%-
XYZ59.3557.4588.85-
YUV201.71148.48128.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 194 (76.17% from 255) = 30.55%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=31.97%
G=30.55%
B=37.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031942380.150.1800.07252.2756.4184.71
HexCBC2EEF1207fc3855
Octal31330235617220737470125
Binary1100101111000010111011101111100100111111111001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2EE; }

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

 H1.HeaderClassName
 {
   color: #CBC2EE;
 }
 .AnyTagClassName
 {
   color: #CBC2EE;
 }
</style>
background-color css

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

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

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

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

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

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