#CABEEC

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

Shades of Melrose #CABEEC

Tints of Melrose #CABEEC

Color information

#CABEEC (or 0xCABEEC) is unknown color: approx Melrose. HEX triplet: CA, BE and EC. RGB value is (202,190,236). Sum of RGB (Red+Green+Blue) = 202+190+236=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #CABEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEEC is #354113. Grayscale: #C6C6C6. Windows color (decimal): -3490068 or 15515338. OLE color: 15515338.

HSL color Cylindrical-coordinate representation of color #CABEEC: hue angle of 255.65º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABEEC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202190236-
CMYK0.140.1900.07
HSL255.65º54.76%83.53%-
HSV(B)255.65º19.49%92.55%-
XYZ57.9155.4487.01-
YUV198.83148.98130.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.17%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=32.17%
G=30.25%
B=37.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021902360.140.1900.07255.6554.7683.53
HexCABEECE13071003754
Octal31227635416230740067124
Binary11001010101111101110110011101001101111000000001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEEC; }

 p { color: rgb(202,190,236); }

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

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

 a { background-color: rgb(202,190,236); }

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

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

 span { border-color: rgb(202,190,236); }

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