#CABEE7

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

Shades of Melrose #CABEE7

Tints of Melrose #CABEE7

Color information

#CABEE7 (or 0xCABEE7) is unknown color: approx Melrose. HEX triplet: CA, BE and E7. RGB value is (202,190,231). Sum of RGB (Red+Green+Blue) = 202+190+231=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #CABEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEE7 is #354118. Grayscale: #C6C6C6. Windows color (decimal): -3490073 or 15187658. OLE color: 15187658.

HSL color Cylindrical-coordinate representation of color #CABEE7: hue angle of 257.56º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABEE7 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202190231-
CMYK0.130.1800.09
HSL257.56º46.07%82.55%-
HSV(B)257.56º17.75%90.59%-
XYZ57.1955.1583.23-
YUV198.26146.48130.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 231 (90.62% from 255) = 37.08%
R=32.42%
G=30.50%
B=37.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021902310.130.1800.09257.5646.0782.55
HexCABEE7D12091022e53
Octal312276347152201140256123
Binary110010101011111011100111110110010010011000000101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEE7; }

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

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

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

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

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

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

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

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