#CABBEF

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

Shades of Melrose #CABBEF

Tints of Melrose #CABBEF

Color information

#CABBEF (or 0xCABBEF) is unknown color: approx Melrose. HEX triplet: CA, BB and EF. RGB value is (202,187,239). Sum of RGB (Red+Green+Blue) = 202+187+239=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #CABBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBEF is #354410. Grayscale: #C5C5C5. Windows color (decimal): -3490833 or 15711178. OLE color: 15711178.

HSL color Cylindrical-coordinate representation of color #CABBEF: hue angle of 257.31º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CABBEF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202187239-
CMYK0.150.2200.06
HSL257.31º61.9%83.53%-
HSV(B)257.31º21.76%93.73%-
XYZ57.7154.3389.11-
YUV197.41151.47131.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.17%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 239 (93.75% from 255) = 38.06%
R=32.17%
G=29.78%
B=38.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021872390.150.2200.06257.3161.983.53
HexCABBEFF16061013e54
Octal31227335717260640176124
Binary11001010101110111110111111111011001101000000011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBEF; }

 p { color: rgb(202,187,239); }

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

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

 a { background-color: rgb(202,187,239); }

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

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

 span { border-color: rgb(202,187,239); }

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