#CABEF0

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

Shades of Melrose #CABEF0

Tints of Melrose #CABEF0

Color information

#CABEF0 (or 0xCABEF0) is unknown color: approx Melrose. HEX triplet: CA, BE and F0. RGB value is (202,190,240). Sum of RGB (Red+Green+Blue) = 202+190+240=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #CABEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEF0 is #35410F. Grayscale: #C7C7C7. Windows color (decimal): -3490064 or 15777482. OLE color: 15777482.

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

Color convert

RGB202190240-
CMYK0.160.2100.06
HSL254.4º62.5%84.31%-
HSV(B)254.4º20.83%94.12%-
XYZ58.555.6790.1-
YUV199.29150.98129.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 240 (94.14% from 255) = 37.97%
R=31.96%
G=30.06%
B=37.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021902400.160.2100.06254.462.584.31
HexCABEF0101506fe3e54
Octal31227636020250637676124
Binary11001010101111101111000010000101010110111111101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEF0; }

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

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

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

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

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

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

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

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