#CABCEF

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

Shades of Melrose #CABCEF

Tints of Melrose #CABCEF

Color information

#CABCEF (or 0xCABCEF) is unknown color: approx Melrose. HEX triplet: CA, BC and EF. RGB value is (202,188,239). Sum of RGB (Red+Green+Blue) = 202+188+239=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #CABCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCEF is #354310. Grayscale: #C5C5C5. Windows color (decimal): -3490577 or 15711434. OLE color: 15711434.

HSL color Cylindrical-coordinate representation of color #CABCEF: hue angle of 256.47º degrees, saturation: 0.61, 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 #CABCEF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202188239-
CMYK0.150.2100.06
HSL256.47º61.45%83.73%-
HSV(B)256.47º21.34%93.73%-
XYZ57.9254.7589.18-
YUV198151.14130.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 188 (73.83% from 255) = 29.89%
BLUE value IS 239 (93.75% from 255) = 38.00%
R=32.11%
G=29.89%
B=38.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021882390.150.2100.06256.4761.4583.73
HexCABCEFF15061003d54
Octal31227435717250640075124
Binary11001010101111001110111111111010101101000000001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCEF; }

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

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

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

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

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

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

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

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